Dear all:
For some reason, I need to caculate days between date in format yyyymmdd.
How could I set date format back to default ?
Best Regards.
chen min
How to get default date format?
Moderator: Rathinagiri
Re: How to get default date format?
Hi,huangchenmin wrote:Dear all:
For some reason, I need to caculate days between date in format yyyymmdd.
How could I set date format back to default ?
Did you try
bd := Set (_SET_DATEFORMAT )
...
Set ( _SET_DATEFORMAT , bd )
Kind Regards,
Grigory Filatov
"Everything should be made as simple as possible, but no simpler." Albert Einstein
Grigory Filatov
"Everything should be made as simple as possible, but no simpler." Albert Einstein
-
huangchenmin
- Posts: 157
- Joined: Mon Jun 07, 2010 2:24 am
Re: How to get default date format?
Dear Sir :gfilatov wrote:Hi,huangchenmin wrote:Dear all:
For some reason, I need to caculate days between date in format yyyymmdd.
How could I set date format back to default ?
Did you try
.............
Thanks for your supports, and I found that CA-Clipper support converting mm-dd-yyyy to mm-dd-yy.
That make me enable to caculate days between two date without concering date format convertion.
Thank you again for your supports.
I really learn from your reply.
Best Regards
chen min