README.md
December 4, 2022 ยท View on GitHub
Description
This function is very usefull when we want to validate a date, entered by the user manually in a textfield, and format the Date in some predefined format.This function does the same thing but with greater flexibility .Means it allows user to enter date in a bit more flexible way (where sometimes date()function wont allow u)(allows formats like 2.3.4, 12|5|2045, 12-5-4, 2/12/04, 2\2\121 whichever way user likes) and then it automatically completes and validates it and then reformat the date according to predefined format which will be passed as an argument to this function.
More Info
Date String
validated and Formatted Date String
| Submitted On | 2004-06-15 23:02:14 |
| By | Rahul Singh |
| Level | Intermediate |
| User Rating | 5.0 (15 globes from 3 users) |
| Compatibility | VB 4.0 (32-bit), VB 5.0, VB 6.0, VB Script |
| Category | Math/ Dates |
| World | Visual Basic |
| Archive File | ChecknForm1758136172004.zip |