EDIT: The version posted below was made with an old version of C2's SDK it will not work in current versions. For a version that works please see septeven's fix here.
This is a simple plugin that will let you incorporate real time into your programs. I believe there was a person or two who wanted it. I must say, this was quite the fun learning experience. I was rather alienated with C1's method of developing plugins.So being able to take a notepad and make something felt kind nice. Anyway, enjoy.
Plugin comes with expressions for: Millisecond, Second, Minute, Hour, Date, Day of the Week, Month, and Year.
Plugin/Example Cap
https://dl.dropboxusercontent.com/u/103 ... lockv1.rar
Web Example
https://dl.dropboxusercontent.com/u/103 ... index.html
Notes:
-No actions or conditions, just expressions
-This is a gutted mouse. Let me know if any of parts are still squeaking
-Javascript also has built in codes for UTC time, timezone offset, and preformated strings. Anyone want?