mhh yes it return the number of the day (11 in this case)
Code:
public day_print(id) {
new CurrentDay[3]
get_time("%d",CurrentDay,2)
client_print(0,3,"The current day is: %s",CurrentDay)
}
but is it possible to return the name of the day?
like MO, TU or Monday, Tuesday?