Time plug-in: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
(v2.0)
 
(6 intermediate revisions by 2 users not shown)
Line 3: Line 3:
== Links ==
== Links ==


Download v1.1:<br>
Download v2.0:<br>
<attach>Time.zip</attach>
<attach>Time.zip</attach>


Line 11: Line 11:
== Description ==
== Description ==
'''Features:'''
'''Features:'''
*Mathematical operations with times
*Get local time
*Get local time
*Set local time
*Set local time
*Get file/directory creation, last write, last access times
*Get file/directory creation, last write, last access times
*Set file/directory creation, last write, last access times
*Set file/directory creation, last write, last access times
*Compare times
*UTC supported




'''Notes:'''
'''Notes:'''
*All times in "dd.MM.yyyy hh:mm:ss" format (e.g. "01.01.2006 23:59:59")
*Win95/Win98/WinMe: Time set for directory is not supported
*Win95/Win98/WinMe: Time set for directory is not supported
'''!!''' If you know assembler you can help to implement time set for directory in Win95/Win98/WinMe: [http://msdn.microsoft.com/archive/default.asp?url=/archive/en-us/win9x/95func_29ew.asp link]


[[Category:Plugins]]
[[Category:Plugins]]

Latest revision as of 16:16, 25 December 2011

Author: Instructor (talk, contrib)


Links

Download v2.0:
Time.zip (63 KB)

Discussion:
Forum thread

Description

Features:

  • Mathematical operations with times
  • Get local time
  • Set local time
  • Get file/directory creation, last write, last access times
  • Set file/directory creation, last write, last access times
  • UTC supported


Notes:

  • Win95/Win98/WinMe: Time set for directory is not supported