Closed ramsayleung closed 1 year ago
ledger 支持多种的日期格式, 如 10-Dec-20, 2023-01-02, 或 2023/01/25, 但官方示例一般以 2023/01/25 以准,因此修改至与官方文档一致.
ledger
10-Dec-20
2023-01-02
2023/01/25
变更点:
ledger/template
example
https://github.com/deb-sig/double-entry-generator/issues/92
None
Please delete options that are not relevant.
make test: all tests passed
make test
It's unnecessary.
Please make sure you've properly documented the changes you're making.
Don't forget to add an entry to the CHANGELOG/README if necessary (new features, breaking changes, relevant internal improvements).
Description
ledger
支持多种的日期格式, 如10-Dec-20
,2023-01-02
, 或2023/01/25
, 但官方示例一般以2023/01/25
以准,因此修改至与官方文档一致.变更点:
ledger/template
example
Motivation and Context
https://github.com/deb-sig/double-entry-generator/issues/92
Dependencies
None
Type of change
Please delete options that are not relevant.
How has this been tested?
make test
: all tests passedIs this change properly documented?
It's unnecessary.
Please make sure you've properly documented the changes you're making.
Don't forget to add an entry to the CHANGELOG/README if necessary (new features, breaking changes, relevant internal improvements).