This repository has been archived by the owner on Jan 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 35
Time Conversion #68
Comments
@ndrohith09 Can u assign me the issue ??? |
I want to solve it in c++ |
samarjeetvashistha
added a commit
to samarjeetvashistha/hacktoberfest
that referenced
this issue
Oct 21, 2022
I contributed in cognizance-amrita#68
Merged
This was referenced Oct 22, 2022
Merged
Hi I would like to solve this in C ?? Can you please assign it to me?? |
I would like to solve this problem using ruby |
mohan-warrior
added a commit
to mohan-warrior/hacktoberfest
that referenced
this issue
Oct 30, 2022
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Given a time in 12-hour AM/PM format, convert it to military (24-hour) time.
Note:
Example
Return '12:01:00'.
Return '00:01:00'.
Function Description
Complete the timeConversion function in the editor below. It should return a new string representing the input time in 24 hour format.
timeConversion has the following parameter(s):
12
hour formatReturns
24
hour formatInput Format
A single string
s
that represents a time in 12-hour clock format (i.e.:hh:mm:ss:AM
orhh:mm:ssPM
).Constraints
Sample Input 0
Sample Output 0
The text was updated successfully, but these errors were encountered: