NetTalk Central
NetTalk Web Server => Web Server - Ask For Help => Topic started by: Edvard Korsbaek on November 03, 2016, 01:26:54 AM
-
Hi!
Have a coule of datetime, where I want to show the date as date (no problem, uses the 'Over' component from the dct) and the time as time (i.e. 8:00 instead of 2880001) in both webform and webbrowse.
I just have not figured out how to, and found nothing in doc's too.
How to?
Best regards
Edvard Korsbæk
-
Need to use a picture
Date '@d5' for the UK date type
Time '@t4' for the Hour:Minute:seconds
put the picture on the field in the browse
-
the browse has a field for it.
but the form - at least I cannot find it.
best regards
Edvard
-
Using a Form
Second Tab (STRING)
Half way down the page
PICTURE
-
Thanks!
A bit strange, that a time based upon a Clarion time is a 'STRING' - I used number, and looked for the picture there.
-
>> I used number, and looked for the picture there.
"Number" is an HTML type, which cannot be formatted (formatting is done by the browser) so it has no Picture field.
"String" maps to a HTML "entry" field - which is what you use to enter Times.
But yeah, it wouldn't hurt to add a "Time" type, as a pure synonym for "String" to make it more intuitive.
I'll do that at some point.
cheers
Bruce