Question: Invoice Date Format - Remove Time Stamp

Invoice Date Format - Remove Time Stamp

How can I remove the timestamp in the invoice date? I do not want the time stamp to be displayed on the invoice list, or in the invoice editor. By following another thread, I was able to

SR

Shane Rushik

Asked
How can I remove the timestamp in the invoice date?
I do not want the time stamp to be displayed on the invoice list, or in the invoice editor.

By following another thread, I was able to remove the time-picker by changing the class from datetime to date. That works great, but I don't want the time displayed at all.

(Screen shots attached)

Thanks,
  • MS

    Mian Saleem

    Answered
    Hello,

    There is no option by settings. You will need to modify the item code to get the desired result. The list sales view file is `themes/default/views/sales/index.php` you will be looking for the datatables columns render as you need.

    For the date dropdown, you already know to change the class from datetime to date.

    Thank you
  • SR

    Shane Rushik

    Answered
    Thank you.
  • Login to Reply