I believe I have done my due diligence in attempting to find the answer to this. How do you get the weekofyear in Inno Setup? Any help or suggestions would be greatly appreciated.
Asked
Active
Viewed 228 times
1
-
Inno doesn't do much with date handling beyond "Get the current date/time as a string". Depending on what you need, it may be easier to move out to an external DLL and call that. – Deanna Aug 06 '12 at 11:35
1 Answers
0
WeekOfYear is not a supported function within InnoSetup. There is no reference to it within the source code. You will need to write your own implementation. While this post is geared toward C++, it has a pseudocode algorithm you can use to implement it within the Inno Pascal Script.