Hi All,
Today is Thursday and systemDateGet() it is showing Saturday. How can we fix this?
Day is not coming correct.
Date is coming correct.
Please help in this.
Hi All,
Today is Thursday and systemDateGet() it is showing Saturday. How can we fix this?
Day is not coming correct.
Date is coming correct.
Please help in this.
Hi Siddhant,
You are using dayofMth. instead of this use below on.
error(strFmt("%1",dayName(dayOfWk(systemDateGet()))));
Did you notice that you are passing "dayOfMonth" to the "dayName" function? So you're passing "27" into the function and you will experience surprising result. Try to pass "dayOfWk" to the "dayName" function.
Stay up to date on forum activity by subscribing. You can also customize your in-app and email Notification settings across all subscriptions.
André Arnaud de Cal... 291,280 Super User 2024 Season 2
Martin Dráb 230,214 Most Valuable Professional
nmaenpaa 101,156