mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-30 14:22:07 +03:00
fe0197b226
no issue - Date comparisons are possible via API, but there's no way to inject a valid date into the get helper - JavaScript's Date.toString() function outputs dates in a useless format - Swap to using Date.toISOString() and now the format can be understood anywhere! - {{#get "posts" filter="published_at:<='{{published_at}}'"}}{{/get}} works now as expected |
||
---|---|---|
.. | ||
adapters | ||
api | ||
apps | ||
config | ||
controllers | ||
data | ||
helpers | ||
lib | ||
models | ||
public | ||
services | ||
web | ||
filters_spec.js |