sdispater / orator

The Orator ORM provides a simple yet beautiful ActiveRecord implementation.

Home Page:https://orator-orm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to customize dates with pendulum?

mrcartoonster opened this issue · comments

Learning Orator. Wanting to know how to customize date formats. I want to use penulum's .to_cookie_string() or to_datetime_string() to format the dates. How would I do that?

Whats the problem that you have ?