Laravel email verify using passport and without using auth middleware and EmailVerificationRequest on July 12, 2024 laravel
convert 24 time to 12 on September 29, 2023 Get link Facebook X Pinterest Email Other Apps Convert 24 Time to 12 $(document).ready(function(){ const time_ = "18:10" const _12hourtime = convert24to12(time_) console.log(_12hourtime)//06:10 PM function convert24to12(time){ return moment(time,'HH:mm').format('hh:mm A'); } } ) Copied! Comments
Comments
Post a Comment
If you any doubt of any topic then you can comment me.