Skip to content

Latest commit

 

History

History
14 lines (8 loc) · 265 Bytes

README.md

File metadata and controls

14 lines (8 loc) · 265 Bytes

PyTime_GaneshGS

The Package which can convert an integer (minutes) to required time format ( Hours + minutes )

For example:

20 can be converted to 12:20 1240 can be converted to 20:40 0 can be converted to 12:00 AM

Allowed input types:

String and Integer