The way of teaching is awesome... How to add hours to the date
@vishalamborkar Жыл бұрын
i have one query, I have create one ui action when i click on that ui action one pop up will show and in this pop up assignment group and assigned to field shown. When i select assignment group according to that user not see in the assigned to field. I am tried to solve this issue from last few days but its not working can you please me to solve this issue.
@Freak5127 ай бұрын
Sir having confusion her. When current date for 4 and you selected 7 why it’s giving error? Diff= 7-4 =3 right? In code we have condition of 3 or > 3
@jeyapriya8259 Жыл бұрын
Only 15 videos please post some more
@jeyapriya8259 Жыл бұрын
only using server side we can use dateTime, if i want to use in client side to get the today date? what to do
@SnowExpertRohit Жыл бұрын
You can use GlideAjax to achieve this
@azarshaikh3608Ай бұрын
use new Date(); method in client script i.e. var currentDate = new Date();