Applies To: |
|
Summary: |
How to convert date format "19/01/2010 8:15:30" into Date/Time variable of type INT in cicode, So it can be used in functions like TrnEventSetTable() , TrnSetTime() etc. |
Solution: |
This conversion can be done using the
following cicode functions - StrtoDate() and StrtoTime()
functions.
Example: int n = 0;
|
Keywords: |
Date, Time, TrnSetTime, TrnEventSetTable |
Related Links
Attachments