|
Posted by DevCon7 on September 12, 2006, 3:22 pm
Please log in for more thread options
We currently use the customdate1 field from the customer table in one
of our receipts. The field is defined as a date/time field in the
database.
In our receipt we have :
<SET name="MyDate" type="vbDate">Customer.CustomDate1</SET>
which displays the data as date/time. Is there a format function that
can be applied so that only the date portion of the field will display.
Thanks
|