date_datetime_string

With this function you can create a string containing the given datetime, formatted for the system or device that is running the game when the function is called.

 

Syntax:

date_datetime_string(date);

ArgumentTypeDescription
dateDatetimeThe date to use.

 

Returns:

String

 

Example:

str = date_datetime_string(date_current_datetime());

This would set "str" to something like "September 15th 2011, 11:33.00" depending on the system settings for date/time displaying and the current date and time.