G
Guest
I have a column called Date which is used to store the date when receipt is
created on our system, till today ive been inserting the value using the
now() function but i found that when i try to filter for receipts based on a
date no results are returned, this is due to now() storing both the time and
date, ive since changed my funtion to int(now()) to store only the date
porttion but how can i update the previous dates to have only the date part
of the value?
with much thanks
Amit
created on our system, till today ive been inserting the value using the
now() function but i found that when i try to filter for receipts based on a
date no results are returned, this is due to now() storing both the time and
date, ive since changed my funtion to int(now()) to store only the date
porttion but how can i update the previous dates to have only the date part
of the value?
with much thanks
Amit