Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
NEUpanning committed Nov 14, 2024
1 parent 1121126 commit 945864e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions velox/docs/functions/spark/datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -326,8 +326,8 @@ These functions support TIMESTAMP and DATE input types.

SELECT year_of_week('2005-01-02'); -- 2004

Different Behaviors Between Simple vs. Joda Date Formatter
----------------------------------------------------------
Simple vs. Joda Date Formatter
------------------------------

To align with Spark, Velox supports both `Simple <https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html>`_
and `Joda <https://www.joda.org/joda-time/>`_ date formmaters to parse/format timestamp/date strings
Expand Down

0 comments on commit 945864e

Please sign in to comment.