VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



YourTime

by Kristian S. Stangeland (8 Submissions)
Category: Complete Applications
Compatability: VB Script
Difficulty: Advanced
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

This is an electronic-calender that can do a plenty of things. It can function as a Diary, keep track of special dates and occasions, have serveral users, collect information about your contacts and help you with appointsments and tasks. Plus, it can tell you when the sun rises and sets; and the time, week, weekday and month. And it can of course let you search in all the data.

Assumes
When you use the "red-letter" editor, you use some tags to let the text be more suitable: (!CF) = Insert a flag (!CH) = The day will be "holy" and marked blue. (!YA) = Will be replaced with how many years it has been since the event took place. (!FB) = Makes the text bold (!FI) = Makes the text italic (!FU) = Makes the text underlined (!FS) = Makes the text strike-troughed (!FR) = Reset the font And the "Expression:" is simply an string that tells the program how to compare the date. "-" is equal, "^" is not equal, "+" and "?" will OR or XOR the current state (check the source code in SimpleRegExp) and everything else is ignore. So if you want the program to check if the month and date is equal, then you'll have to write this string: --.--.**** And, the order is [day].[month].[year], NOT [month].[day].[year]!
API Declarations
Too many.

Rate YourTime

Download YourTime

Download YourTime (160 KB)

YourTime Comments

No comments have been posted about YourTime. Why not be the first to post a comment about YourTime.

Post your comment

Subject:
Message:
0/1000 characters