Macro to get current day of the month

nau310d

Client
Регистрация
17.05.2011
Сообщения
87
Благодарностей
1
Баллы
0
There doesn't seem to be a macro to get the current day of the month, for example 26th. How can I do this? javascript?

Thanks
 

bigcajones

Client
Регистрация
09.02.2011
Сообщения
1 216
Благодарностей
683
Баллы
113
var d = new Date();(d.getDate());

Will return today's date. Put it in your macro.
 

Кто просматривает тему: (Всего: 1, Пользователи: 0, Гости: 1)