Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug 2253 - Allow for the date to be null #2271

Merged

Conversation

holroy
Copy link
Contributor

@holroy holroy commented Mar 17, 2024

Fixed #2253 allowing the date to null, returning null, instead of breaking the query.

(Also ran npm run format which picked up some correction of formatting in render.ts)

Fixed blacksmithgu#2253 allowing the date to null, returning null, instead of breaking the query.

(Also ran `npm run format` which picked up some correction of formatting in render.ts)
@GottZ
Copy link
Contributor

GottZ commented Mar 17, 2024

I've addressed the linting error in https://github.com/blacksmithgu/obsidian-dataview/pull/2270/commits already.

nvm. I've taken it out so you don't have to.

@blacksmithgu blacksmithgu merged commit 1b567f3 into blacksmithgu:master Mar 20, 2024
3 checks passed
@holroy holroy deleted the bug-2253-date-format-with-null branch March 21, 2024 21:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

date function fails for null values when format is given.
3 participants