Jump to content

Need to change date format of dashboard


Recommended Posts

Ok, it seems like it's not supposed to be formatted

 

Open up this

 

themes\default\template\controllers\dashboard\helpers\view\ view.tpl

 

Locate:

 

<strong class="text-info" id="datepicker-from-info">{$date_from|escape}</strong>

 

and

 

<strong class="text-info" id="datepicker-to-info">{$date_to|escape}</strong>

 

use, for example

 

{dateFormat date=$date_from}

Link to comment
Share on other sites

  • 6 months later...

Hi, nemo!

 

Yes. 

In file  admin/themes/default/template/controllers/dashboard/helpers/view.tpl

 

of version 1.6.0.14

 

 

Lines 71 to 74 after the change look like 

{l s='From'}
<strong class="text-info" id="datepicker-from-info">{dateFormat date=$date_from}</strong>
{l s='To'}
<strong class="text-info" id="datepicker-to-info">{dateFormat date=$date_from}</strong>
 
but nothing seems to change in the BO
 
Kind Regards
 
edit. what I was looking for is dd/MM/yyyy in the english backoffice
Edited by niktaris (see edit history)
Link to comment
Share on other sites

  • 2 weeks later...

Sorry to bust in, but i got it the other way around....   everywhere i got the date format set to DD-MM-YYYY, but in the back-office at invoices and Delivery-slips the back-office is doing it's search like YYYY-MM-DD,  So everytime it can't find any records.  is there a way to change the settings in this search?

Link to comment
Share on other sites

no. where you can sellect the invoices and slips from, from instance, the first of the month till the 15th.

the selection can't be chosen, because it searches for 2015-01-11 till 2015-15-11. But the orders are booked in the shop

like: 01-11-2015 till 15-11-2015.

 

so the selection, made by the shop for making the invoices to PDF should be in another date-format.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...