Actions
Feature proposal #6789
closedReplace strtotime and date functions with CBLib date
Description
Currently strtotime is being directly used. Replace this with CBLib date API instead to help avoid PHP date function offset causing issues for string conversions.
Updated by krileon almost 7 years ago
- Target version changed from 7.0.1 to 7.1.0
Updated by krileon almost 7 years ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
date format function usage is fine since it's using cbFormatDate, which is already using Date API. However strtotime needs to be changed to use CBs date functions.
Actions