Difference between revisions of "Date and Time Tips"

From FM Plugin Wikipedia
Jump to: navigation, search
m (mention the epoch.)
m
 
Line 7: Line 7:
 
All functions that refer to the Epoch are referring to FileMaker's reference date of 1/1/0001 12:00:00 AM.
 
All functions that refer to the Epoch are referring to FileMaker's reference date of 1/1/0001 12:00:00 AM.
  
=DateTimeStamp Public Functions=
+
=DateTime Public Functions=
 
*[[bool operator == ( const DateTime &that ) const]]
 
*[[bool operator == ( const DateTime &that ) const]]
 
*[[bool operator != ( const DateTime &that ) const]]
 
*[[bool operator != ( const DateTime &that ) const]]

Latest revision as of 05:06, 17 August 2007

This page is about editing and working with Dates and Times passed from FileMaker to your plugin.

All functions that refer to the Epoch are referring to FileMaker's reference date of 1/1/0001 12:00:00 AM.

DateTime Public Functions

Example DateTime Functions