Files @ e249049fc15e
Branch filter:

Location: NPO-Accounting/import2ledger/import2ledger/util.py

Brett Smith
util: Move module loader functions to a new dynload module.
1
2
3
4
import datetime

def strpdate(date_s, date_fmt):
    return datetime.datetime.strptime(date_s, date_fmt).date()