Difference between revisions of "Manipulating Dates"

From SmartWiki
Jump to: navigation, search
(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"…')
(No difference)

Revision as of 10:33, 16 August 2010

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@');