Difference between revisions of "Updating Dates or Times with Pandora"

From SmartWiki
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 21: Line 21:
 
'''Notes:'''
 
'''Notes:'''
 
* If you omit the time when updating the ''startdate'' or ''enddate'' standard fields, the stored in the ''starttime'' or ''endtime'' will be set to 00:00:00, overwriting any times that may have been stored previously.
 
* If you omit the time when updating the ''startdate'' or ''enddate'' standard fields, the stored in the ''starttime'' or ''endtime'' will be set to 00:00:00, overwriting any times that may have been stored previously.
* The Level 1 Start Date and End Date fields are referred to as ''ostartdate'' and ''oenddate''
+
* The '''Level 1''' Start Date and End Date fields are referred to as '''ostartdate''' and '''oenddate'''
 
* The Level 1 ''closedate'' standard field does '''not''' store a time so should be updated using '''yyyy-mm-dd''' only.
 
* The Level 1 ''closedate'' standard field does '''not''' store a time so should be updated using '''yyyy-mm-dd''' only.
 
* The ''lastmodified'' standard field on transactions is ''trsts''
 
* The ''lastmodified'' standard field on transactions is ''trsts''
Line 32: Line 32:
  
 
==See Also==
 
==See Also==
* [[Working with Dates in SmartSimple]]
+
* [[Manipulating Dates]]
 
* [[Pandora - Sample - Update Multiple Level 2 Records Associated with a Level 1]]
 
* [[Pandora - Sample - Update Multiple Level 2 Records Associated with a Level 1]]
  
  
 
[[Category:Pandora]]
 
[[Category:Pandora]]

Latest revision as of 15:15, 10 April 2013

Dates are stored in the SmartSimple database in the following format: yyyy-mm-dd

Accordingly when updating date fields with Pandora the submitted data must be formatted identically.


Standard Fields

The startdate and enddate Standard Fields also store time values for the starttime and endtime respectively. Thus you must include the times as well as the dates (if the times are enabled). Similarly with lastmodified (although there is no associated lastmodifiedtime variable).

The format should be: yyyy-mm-dd HH:mm:ss

  • Where HH is the hour using the 24hr format.


Example:

2012-01-31 17:30:00


Notes:

  • If you omit the time when updating the startdate or enddate standard fields, the stored in the starttime or endtime will be set to 00:00:00, overwriting any times that may have been stored previously.
  • The Level 1 Start Date and End Date fields are referred to as ostartdate and oenddate
  • The Level 1 closedate standard field does not store a time so should be updated using yyyy-mm-dd only.
  • The lastmodified standard field on transactions is trsts


Custom Fields

When updating Date Custom Fields using Pandora the format of the value sent must be yyyy-mm-dd.

  • Times cannot be saved with Date Custom Fields.


See Also