Difference between revisions of "Date and Time Tips"

From FM Plugin Wikipedia
Jump to: navigation, search
m
 
(One intermediate revision by the same user not shown)
Line 5: Line 5:
 
This page is about editing and working with Dates and Times passed from FileMaker to your plugin.
 
This page is about editing and working with Dates and Times passed from FileMaker to your plugin.
  
=DateTimeStamp Public Functions=
+
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=
 
*[[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