Have some pretty basic data, just a college timetable with times going down in 1 column and room numbers across the way in 1 row.
I want to create a function that given a time as a string (eg "9am"), returns a time in the twenty four hour clock (eg 0900).
Need help.
I want to create a function that given a time as a string (eg "9am"), returns a time in the twenty four hour clock (eg 0900).
Need help.