Jump to content

Edit File Submit/Update detail from backend


Go to solution Solved by DawPi,

Recommended Posts

Posted (edited)

php-> timestamp to date 

date('m/d/Y H:i:s', 1541843467)

 

you can also get the current timestamp in php with:

$time = time(); // get current date and time in timestamp format as you have in your DB

 

Edited by ReyDev
Posted
16 minutes ago, Pushpendra Singh Chauhan said:

Hi if anyone can help please.

I've an urgent requirement to change file submit / updated detail of a file. So I thought it may be done from backend easily. But as I can see in db table the date is not in usual format.

image.png.91ca38b19621fee77d324f79568fd8ff.png

What is the mechanism to change this ?

where do you want to control them? in php files or sql ?
if you want to change them without code and query . you can use the website that @DawPi pointed

Posted (edited)
On 10/22/2021 at 6:01 PM, ReyDev said:

where do you want to control them? in php files or sql ?
if you want to change them without code and query . you can use the website that @DawPi pointed

In SQL. I need to modify the detail of one file only so I thought it would be better to change through backend instead of custom code.

thanks @ReyDev  @DawPi

Edited by Pushpendra Singh Chauhan
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...