Home > Archive > Clarion > February 2006 > Custom date pictures
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Custom date pictures
|
|
| praath@gatewaycomms.co.za 2006-02-13, 7:55 am |
| I need a custom date picture in Clarion 6 of ddmmyy. The closest I get
is @d5, but I need it without the seperation character. I also don't
want to use the Windows short date. Is there any way to add this date
format to Clarion, say as a @d19, or with a @p..p format? I could
write the code to compile the specific format using day(), month(),
year(), but that seems like a long way to do it.
Thanks
Philip
| |
| Earl R Coker 2006-02-13, 6:55 pm |
| Hi Philip,
Doesn't @PddmmyyP work???
--
Best Regards,
Earl R Coker
ksasales AT machlink DOT com
kwiksys AT kwiksystems DOT net
www.kwiksystems.net
www.kwiksystems.com
www.kwiksystems.net/appshell/index.htm
www.kwiksystems.com/clarion.htm (BigTamer(tm) Templates)
<praath@gatewaycomms.co.za> wrote in message
news:1139838379.147452.283710@g14g2000cwa.googlegroups.com...
>I need a custom date picture in Clarion 6 of ddmmyy. The closest I get
> is @d5, but I need it without the seperation character. I also don't
> want to use the Windows short date. Is there any way to add this date
> format to Clarion, say as a @d19, or with a @p..p format? I could
> write the code to compile the specific format using day(), month(),
> year(), but that seems like a long way to do it.
>
> Thanks
> Philip
>
| |
| praath@gatewaycomms.co.za 2006-02-14, 3:55 am |
| Hi Earl
No, unfortunately not. It only gives a blank output.
Regards
Philip
Earl R Coker wrote:[color=darkred]
> Hi Philip,
>
> Doesn't @PddmmyyP work???
>
>
> --
> Best Regards,
> Earl R Coker
> ksasales AT machlink DOT com
> kwiksys AT kwiksystems DOT net
> www.kwiksystems.net
> www.kwiksystems.com
> www.kwiksystems.net/appshell/index.htm
> www.kwiksystems.com/clarion.htm (BigTamer(tm) Templates)
>
>
> <praath@gatewaycomms.co.za> wrote in message
> news:1139838379.147452.283710@g14g2000cwa.googlegroups.com...
|
|
|
|
|