Announcement
Collapse
No announcement yet.
Set a Default Datetime
Collapse
X
-
of course it is not working because the function is not assigned to anything, try this instead:
Code:$horas = 19; $minutos = 00; dateEnd = datetime\addHours(createdAt, $horas); dateEnd = datetime\addMinutes(createdAt, $minutos);
Hope this helps.
ThanksLast edited by rabii; 01-09-2023, 02:42 PM.Rabii
Web Dev
- Likes 2
Comment