date_date_string

Returns a string indicating the given date in the default format for the system.

Syntax:

date_date_string(date);


Argument Description
date The date to use.


Returns: String


Description

With this function you can create a string containing the given date, formatted as day/month/year.


Example:

str = date_date_string(date_current_datetime());
draw_text(32, 32, str);

This would set "str" to hold a formatted string of the current date and time as shown by the system.


Back: Date And Time
Next: date_datetime_string
© Copyright YoYo Games Ltd. 2018 All Rights Reserved