JavaScript : Scripts and Programs : Converters
Description
This is a very simple script that takes a date in text format (dd/mm/yyyy) and converts it to mmmm d, yyyy format. E.g.: 22/05/2002 to May 5th, 2002. It also checks the date so 29/2/2002 results in "February has only 28 days in 2002!". |
|