Hi!
How do I get the name of the day through a date function?
I have 7 tables to store employee hours per day. Table 1 is for Monday, Table 2 is for Tuesday, etc. I want to replace the punch clocks.
For that, I have to get a function that returns the name of the day. For example: Friday, September 17, 2021
I need help.
The name of the day through a date function
-
- Posts: 176
- Joined: Thu Nov 05, 2020 10:51 am
- Location: DOMINICAN REPUBLIC
Re: The name of the day through a date function
Hi,
CDow( <dDate> ) --> cNameOfDay
When you search for DAY in the help, and then click on 'see also' you get all the functions that are related to day, and you can click on 'Date functions'.
CDow( <dDate> ) --> cNameOfDay
When you search for DAY in the help, and then click on 'see also' you get all the functions that are related to day, and you can click on 'Date functions'.
-
- Posts: 176
- Joined: Thu Nov 05, 2020 10:51 am
- Location: DOMINICAN REPUBLIC
Re: The name of the day through a date function
Thanks, Skiman.
Best regards.
Best regards.
Re: The name of the day through a date function
hi,
for DATE() / TIME() Function read also about SetLocale()
you got Constant NLS_* to configure Display Format
for DATE() / TIME() Function read also about SetLocale()
you got Constant NLS_* to configure Display Format
greetings by OHR
Jimmy
Jimmy
-
- Posts: 176
- Joined: Thu Nov 05, 2020 10:51 am
- Location: DOMINICAN REPUBLIC
Re: The name of the day through a date function
Excellent data, very useful, Jimmy.
Best regards.
Best regards.