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
Fields not always should be displayed as they are in the database. Field formatters will receive an input from DB and process it to show as it should be in the interface.
Create:
TotalFlex\Interfaces\IFieldFormatter
TotalFlex\FieldFormatter\DateFromUnixtimestamp as a POC. It should receive an format (see strftime function formats) to instanciate it, a unix timestamp as input and should output a string in the corresponding format for the unix timestamp.
The text was updated successfully, but these errors were encountered:
Fields not always should be displayed as they are in the database. Field formatters will receive an input from DB and process it to show as it should be in the interface.
Create:
TotalFlex\Interfaces\IFieldFormatter
TotalFlex\FieldFormatter\DateFromUnixtimestamp
as a POC. It should receive an format (see strftime function formats) to instanciate it, a unix timestamp as input and should output a string in the corresponding format for the unix timestamp.The text was updated successfully, but these errors were encountered: