Coder Social home page Coder Social logo

Time and currency about inventory HOT 2 CLOSED

bitsandbots avatar bitsandbots commented on May 26, 2024
Time and currency

from inventory.

Comments (2)

bitsandbots avatar bitsandbots commented on May 26, 2024

The timestamp that is displayed is from your server that is running the application. You would need to change your system time. If you are unable to do this, you may want to comment out this line of source code found at /inventory/layouts/header.php
The format currency setting that needs to be changed is found at /inventory/includes/load.php after the list of included files.

from inventory.

RicardoIsidroCosta avatar RicardoIsidroCosta commented on May 26, 2024

Thank you very much for helping me.

I have changed the source code to:

    <strong>
	<?php 
	setlocale(LC_TIME, 'pt_PT', 'pt_PT.utf-8', 'pt_PT.utf-8', 'portuguese');
	date_default_timezone_set('Europe/Lisbon');
	echo strftime('%A, %d de %B de %Y', strtotime('today'));
	echo date(" , g:i ");
	?></strong>

And now itΒ΄s okay,

Also the currency is already in EUR, thank you.

Best regards.

from inventory.

Related Issues (14)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.