convert utc format to only date
var UTCdate = new Date('4/29/2021 3:22:46 PM UTC');
var onlyDate = UTCdate.getDate();
console.log(onlyDate); //Gives 29
//Please don't forget to upvote if this answer helped you ! Have a nice day !!
convert utc format to only date
var UTCdate = new Date('4/29/2021 3:22:46 PM UTC');
var onlyDate = UTCdate.getDate();
console.log(onlyDate); //Gives 29
//Please don't forget to upvote if this answer helped you ! Have a nice day !!
utc full form in time
Universal Time Coordinated: Prior to 1972, this time was called
Greenwich Mean Time (GMT) but is now referred to as Coordinated Universal Time
or Universal Time Coordinated (UTC). It is a coordinated time scale,
maintained by the Bureau International des Poids et Mesures (BIPM).
It is also known as "Z time" or "Zulu Time".
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us