I need to get today date in Window *.bat file. After it I would like to get day, month and year. How can I do this? I can\'t use PowerShell
*.bat
%date% will give you the date.
%date%
%time% will give you the time.
%time%
The date and time /t commands may give you more detail.
date
time /t