Manipulating Dates

From SmartWiki
Revision as of 10:33, 16 August 2010 by Cameron (talk | contribs) (Created page with 'The following JavaScript functions are built-in to SmartSimple to assist with manipulation and calculations using dates: ==ConvertDateStr== '''Syntax:'''<br> :<font size="3"…')

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

The following JavaScript functions are built-in to SmartSimple to assist with manipulation and calculations using dates:

ConvertDateStr

Syntax:

ConvertDateStr(date,'@dateformat@')

Example:

ConvertDateStr(frm.startdate.value,'@dateformat@');