DamoneNew Contributor5 years agoSolvedConvert Date.now() to the Day of the Week Name This may have been asked before, but I can’t find a solution. I need to extract the weekday name from the current date. In other words, today is March 8. I need ‘Monday’. Date.now().getDay() retu...Show Morekoryknick5 years agoTry this: Date.now().toLocaleDateString( { ‘format’ : ‘EEEE’ })
Recent DiscussionsPagination Logic Fails After Migrating from REST GET to HTTP Client SnapFilter in map after aggregate & group byList column names from excel filesSolvedNo output preview using a specific groundplexHi, Is there a way where we can add delay/wait of 3~5 seconds before every post call?Solved