I want to write excel file date in format "dd/mm/yyyy hh:mm" an example of that is 12/03/2022 08:30
The problem is that i have all these values as parameters.. My fields stored in database are:
days : integer
month : integer
year:integer
time : float (example 08.00)
The goal is that i retrieve all of them and i want to combine and have a result of that "dd/mm/yyyy hh:mm".
Could i combine them to create that date format? I ask that because if i write that in excel as string maybe that type will causes problems with excel graphs etc..