Reminisce
Active Member
Hello.
On my backend I'm using
To get the current date and time in ticks.
On b4a I'm using
This is returning the wrong date, month and year. I'm using xamp for my local server, and the php code echoes the correct date and time.
I think b4a doesn't understand this tick value.
On my backend I'm using
PHP code:
$d=strtotime("now");
On b4a I'm using
B4X:
Log(Datetime.getdayofyear(tickvalue))
I think b4a doesn't understand this tick value.