I have a config DI that is setting a date format
I want, in a Model, to do a showDate() function using the $this->config->dateFormat however DI items do not seem to appear within Models.
How would the Phalcon community best implement a global format like that? I can't do afterFetch format this way right now.