Gentee Programming Language > Documentation > Libraries | Download documentation |
Get date in the specified format.
str getdateformat( datetime systime, str format, str date )
systime The variable containing date. format Date format. It can contain the following values: dd Day as a number. ddd Weekday as an abbriviation. dddd The full name of a weekday. MM Month as a number. MMM Month as an abbreviation. MMMM The full name of a month. yy The last tow digits in a year. yyyy Year. date The string for getting the date.
The function returns the parameter date.
See alsoFunction for working with time
![]() |
![]() Copyright © 2004-2006 Gentee Inc. All rights reserved. ![]() |