[ Main Menu ] [ Extension Tools Menu ] [ Enterprise Edition Menu ]
<iCRDATETIME> Tag


 
<iCRDATETIME
 
 
 
 
 
 
 
 
 

Usage

[MON="month"]      (01)
[DAY="day"]      (01)
[YEAR="year"]      (00)
[HOUR="hour"]      (0)
[MIN="minute"]      (0)
[SEC="second"]      (0)
[ODBC="yyyy-mm-dd hh:mm:ss"]
[AP="<am | pm>"]      (am)
[FMT="the format of the string"]   (%x %X)
>

This tag creates a date time string in a single operation.  Supply the month, day, year, hour, minute and second with the formatting string from Appendix A to create the date time string.  The ODBC directive will take an ODBC date time string and using the FMT directive allow the conversion to another format for use on the site.


iCRDATETIME Example
Example Source Code
Top