Macro Name: @MDAY
Returns the current day of month. Range is 01 to 31.
Example:
Returns the current day of month. Range is 01 to 31.
Example:
#include <MsgBoxConstants.au3>
;Display current day of month
MsgBox($MB_SYSTEMMODAL, "Day of Month", @MDAY)
;Display current day of month
MsgBox($MB_SYSTEMMODAL, "Day of Month", @MDAY)
- AutoIt - Get Current Date
- AutoIt - Get Current Month
- AutoIt - Get Current Year
- AutoIt - Get Current Week Day
- AutoIt - Get Current Day of Year
- AutoIt - Get Current Hours
- AutoIt - Get Current Minutes
- AutoIt - Get Current Seconds
- AutoIt - Get Current Milliseconds
Interesting? Share and Let Others Know.
Post a Comment