Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
ChibuezeAgwuDennis opened this issue Oct 19, 2019 · 3 comments
Labels
bug Verified issues on the current code behavior or pull requests that will fix them

Comments

@ChibuezeAgwuDennis
Copy link

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
@jim-parry jim-parry changed the title Please there is issue on the time and date guide in codeigniter 4 Bug: Please there is issue on the time and date guide in codeigniter 4 Oct 19, 2019
@jim-parry jim-parry added the bug Verified issues on the current code behavior or pull requests that will fix them label Oct 19, 2019
@musmanikram
Copy link
Contributor

New into contribution. Picking this one as my first contribution

@jim-parry
Copy link
Contributor

@musmanikram Make sure to read the contributing section in the repo, and welcome!

@jim-parry
Copy link
Contributor

closed by #2352

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Verified issues on the current code behavior or pull requests that will fix them
Projects
None yet
Development

No branches or pull requests

3 participants