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

feat: date_format(datetime, format) to format a timestamp/date/datetime value #3139

Closed
killme2008 opened this issue Jan 11, 2024 · 1 comment · Fixed by #3167
Closed

feat: date_format(datetime, format) to format a timestamp/date/datetime value #3139

killme2008 opened this issue Jan 11, 2024 · 1 comment · Fixed by #3167
Milestone

Comments

@killme2008
Copy link
Contributor

What problem does the new feature solve?

We need a function date_format to format a timestamp, date or datetime value into a string value.

For example:

select date_format(now(), ,'%Y-%m-%d %T.%000');

What does the feature do?

Format a format a timestamp/date/datetime value into string.

Implementation challenges

No response

@waynexia
Copy link
Member

related to apache/datafusion#5398

@killme2008 killme2008 added this to the v0.7 milestone Jan 17, 2024
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 a pull request may close this issue.

2 participants