You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 24, 2024. It is now read-only.
Když date sloupci předám objekt DateTime, vyhodí se notice "Object of class DateTime could not be converted to int"
Problém je v metodě DataGrid\Columns\DateColumn::formatContent()
Funkční řešení: obalit první dva řádky metody podmínkou !($value instanceof \DateTime)
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Když date sloupci předám objekt DateTime, vyhodí se notice "Object of class DateTime could not be converted to int"
Problém je v metodě DataGrid\Columns\DateColumn::formatContent()
Funkční řešení: obalit první dva řádky metody podmínkou !($value instanceof \DateTime)
The text was updated successfully, but these errors were encountered: