Updating Dates or Times with Pandora

From SmartWiki
Revision as of 17:11, 5 August 2010 by Cameron (talk | contribs) (Created page with 'Dates are stored in the SmartSimple database in the following format: yyyy-mm-dd Accordingly when updating date fields (both standard fields and custom fields) using Pando…')

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

Dates are stored in the SmartSimple database in the following format:

yyyy-mm-dd


Accordingly when updating date fields (both standard fields and custom fields) using Pandora the format of the value sent must be yyyy-mm-dd


The startdate and enddate standard fields also store values for the starttime and endtime respectively. Thus you must include the times as well as the dates (if the times are enabled). The format should be:

yyyy-mm-dd HH:mm:ss

Where HH is the hour using the 24hr format.

ie: 2012-01-31 17:30:00


See Also