Skip to content

Commit

Permalink
[FLINK-36941][docs] Address Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
yiyutian1 committed Jan 8, 2025
1 parent cf7bd1b commit 659e256
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flink-python/pyflink/table/expressions.py
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ def date_format(timestamp, format) -> Expression:
::
>>> table.select(date_format(to_timestamp('2020-04-15'), "yyyy/MM/dd"))
>>> table.select(date_format("2020-04-15", "MM/dd/yyyy"))
>>> table.select(date_format("2020-04-15 12:33:21", "MM/dd/yyyy"))
:return: The formatted timestamp as string.
"""
Expand Down

0 comments on commit 659e256

Please sign in to comment.