_SqlTS_To_FilemakerTS ( pTS )
Converts a ExecuteSQL timestamp to a valid FileMaker timestamp
Average rating: 4.5 (29 votes) Log in to vote
Joerg Koester jk-solution http://jk-solution.net |
for Europe
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Converts a ExecuteSQL timestamp
"2013-07-20 22:37:10"
to a valid FileMaker timestamp
20.07.2013 22:37:10 (german example)
based on function => Date ( month ; day ; year )
Comments
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.