Dears,
In CCX script, how can I compare the current date with the date get from SQL database.
The date format from SQL DB is 8 bits string type, that is yyyymmdd, and I want to list all of the entries as start from the current date and time in SQL DB.
So how can I convert the current date to string type and format yyyymmdd, so that I can compare the string date from SQL DB and select the entries, also the time HH:MM.
Thanks.