Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi
I have a date field in a list box. I have to display only the date part. Using format date I have displayed date alone. But duplicate values are available in the list box, as same date but different time are available. Please let me know how to remove the duplicate values.
Thanks in Advance.
Hi, wrap your timestamp with Floor() to remove the decimal (i.e. time) part.
Hi, wrap your timestamp with Floor() to remove the decimal (i.e. time) part.
Hi
Thanks for your quick response.