Skip to content

Bug: Please there is issue on the time and date guide in codeigniter 4 #2351

Description

@ChibuezeAgwuDennis

Check this to update:

toDateString()

Displays just the date portion of the Time:

$time = Time::parse('March 9, 2016 12:00:00', 'America/Chicago');
echo $time->toDateTimeString();     // 2016-03-09

Change it to the function toDateString()

$time = Time::parse('March 9, 2016 12:00:00', 'America/Chicago');
echo $time->toDateString();     // 2016-03-09

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugVerified issues on the current code behavior or pull requests that will fix them

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions