Skip to content

Project to conert numeric time to text using Javascript.

Notifications You must be signed in to change notification settings

abshierjoel/timetowords

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Text-To-Time

Text-to-Time is a small project created in Javascript to turn inputted integer values for time into text.

Installation

Clone the GIT Repository and open index.html in any modern browser.

The function function convertTimeToWords( hours, minutes ) is located in the script.js file.

Usage

The page contained two integer input boxes for hours and minutes and they can receive values from 1-12 and 0-59, respectively. When the values are changed in either input, a text conversion of the time is displayed below. Any values outside of the range will result in an error of the time being incomputable.

About

Project to conert numeric time to text using Javascript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published