ChangeDate_FM_to_SQL__TimeStamp ( FechaHora )
Change data format from FileMaker TimeStamp to SQL format
Average rating: 5.0 (1 vote) Log in to vote
Jesus Sanchez - Show more from this author
dbFile Desarrollos http://www.dbfile.es |
Function definition: (Copy & paste into FileMaker's Edit Custom Function window)
Change a TimeStamp in FileMaker format to SQL format.
See also :
ChangeDate_FM_to_SQL
and
ChangeDate_SQL_to_FM
Comments
KHALID SAID , K.D May 3, 2020 |
||
Hello my brothers I want help with this function ................ Is it possible to have the function automatically calculate the age by day, month and year I mean with every new day the date of birth changes .. Of course, with the history of the computer changed Thank you ــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــــ Let ([ today = Get ( CurrentDate ) ; days = today - birthdate ; md = Date ( 0 ; days + 1 ; Year ( birthdate ) ) ; y = Int ( days / 365 )]; y & " years, " & Month ( md ) & " months, & " & Day ( md ) & " days" ) |
||
Jesus Sanchez, dbFile Desarrollos May 4, 2020 |
||
Thank you for your comment Khalid, you can create a custom function with this one, it will be easier to locate if it is a new function than if it is in the comments of another. Best regards. | ||
Note: these functions are not guaranteed or supported by BrianDunning.com. Please contact the individual developer with any questions or problems.