•  
      tasks #45413 4Python program to convert time from 12hr to 24hr format
    #45413
    Mohini Singh (mohini)
    2022-08-16 23:04
    2022-08-16 23:04
    Details
    4Python program to convert time from 12hr to 24hr format
    Whether the time format is 12 hours or not, can be found out by using list slicing. Check if last two elements are PM, then simply add 12 to them. If AM, then don’t add. Remove AM/PM from the updated time.

    5 - Medium
    State of Progress
    2022-05-28
    100
    2022-05-30
    Mohini Singh (mohini)
    Rakesh Kumar Verma (rakesh.verma)
    2022-05-29
    Closed
    Attachments
    References
    References list is empty