Skip to content
⌘ NSIS Forum Archive

Generate Time Stamp like dateadd

3 posts

ICONICS2000#

Generate Time Stamp like dateadd

Hi

Does any body have a Plugin, which will generate a TimeStamp in the future, for example add 30 days to the current date. It would be the same Functionality as dateadd in C#
kichik#
You can generate a normal timestamp and add the appropriate number to it. GetLocalAsInt64 can be used to get the timestamp, and System::Int64Op can be used to add the offset.
Instructor#
Are you a developer who uses NSIS to distribute your application? Are you a Winamp plug-in developer who wants to use NSIS to distribute your plug-in? Have suggestions for other people like you? This is the place.