Ok, this might sound stupid and noob but right now in my js, I have this code:
var date = new Date();
date.setHours(5, 00, 00);
which will give me 5:00:00. Is there a way to set it to am/pm?
Ok, this might sound stupid and noob but right now in my js, I have this code:
var date = new Date();
date.setHours(5, 00, 00);
which will give me 5:00:00. Is there a way to set it to am/pm?