Search
 
SCRIPT & CODE EXAMPLE
 

CPP

18 in 12 hour time


.---------------------.-----------------------.
| 12-hour am-pm clock | 24-hour military time |
:---------------------+-----------------------:
| 12:00 midnight      | 00:00                 |
:---------------------+-----------------------:
| 1:00 am             | 01:00                 |
:---------------------+-----------------------:
| 2:00 am             | 02:00                 |
:---------------------+-----------------------:
| 3:00 am             | 03:00                 |
:---------------------+-----------------------:
| 4:00 am             | 04:00                 |
:---------------------+-----------------------:
| 5:00 am             | 05:00                 |
:---------------------+-----------------------:
| 6:00 am             | 06:00                 |
:---------------------+-----------------------:
| 7:00 am             | 07:00                 |
:---------------------+-----------------------:
| 8:00 am             | 08:00                 |
:---------------------+-----------------------:
| 9:00 am             | 09:00                 |
:---------------------+-----------------------:
| 10:00 am            | 10:00                 |
:---------------------+-----------------------:
| 11:00 am            | 11:00                 |
:---------------------+-----------------------:
| 12:00 pm            | 12:00                 |
:---------------------+-----------------------:
| 1:00 pm             | 13:00                 |
:---------------------+-----------------------:
| 2:00 pm             | 14:00                 |
:---------------------+-----------------------:
| 3:00 pm             | 15:00                 |
:---------------------+-----------------------:
| 4:00 pm             | 16:00                 |
:---------------------+-----------------------:
| 5:00 pm             | 17:00                 |
:---------------------+-----------------------:
| 6:00 pm             | 18:00                 |
:---------------------+-----------------------:
| 7:00 pm             | 19:00                 |
:---------------------+-----------------------:
| 8:00 pm             | 20:00                 |
:---------------------+-----------------------:
| 9:00 pm             | 21:00                 |
:---------------------+-----------------------:
| 10:00 pm            | 22:00                 |
:---------------------+-----------------------:
| 11:00 pm            | 23:00                 |
:---------------------+-----------------------:
| 12:00 midnight      | 24:00                 |
'---------------------'-----------------------'
Comment

PREVIOUS NEXT
Code Example
Cpp :: cin in c++ 
Cpp :: c++ map key exists 
Cpp :: palindrome no example 
Cpp :: default access specifier in c++ 
Cpp :: delete a head node in link list 
Cpp :: template function in class c++ 
Cpp :: who made c++ 
Cpp :: c++ new operator 
Cpp :: c vs c++ vs c# 
Cpp :: c++ loop array 
Cpp :: cpp hello world 
Cpp :: cpp 
Cpp :: c++ switch case statement 
C :: how to use gotoxy in c language 
C :: c get time in milliseconds 
C :: ruby absolute value 
C :: how to map one value to another in C 
C :: grep find and replace 
C :: yourkill071 
C :: arduino client disconnect 
C :: array loop in c 
C :: c programming itoa() example 
C :: function for quicksort in c 
C :: Graphics in C Draw Circle 
C :: how to modulo in c without use the operator 
C :: c print to stderr 
C :: double array in c 
C :: Grepper VSCode Add On 
C :: mount cifs 
C :: print command for rust unit-test 
ADD CONTENT
Topic
Content
Source link
Name
9+7 =