Has anyone a working example getting the date via windows API?
this is the code snippet I use for ANSI builds
StrCpy $0 "%d.%m.%Y - %H.%M Uhr"
nsisdt::currentdate
StrCpy "$Datum" "$0" 3 posts
StrCpy $0 "%d.%m.%Y - %H.%M Uhr"
nsisdt::currentdate
StrCpy "$Datum" "$0"