I have date from the server let's say 8/14/2018 12:00pm
I want to get the time only from this date using php and I believe it's easy with date function, but how can I add time to javascript date?
For example if I have in js this date 7/14/2018 I want to add php time 12:00pm with it as one date so it will be like 7/14/2018 12:00pm
Is that possible ?