Skip to content

Commit 4f2d1c0

Browse files
authored
Merge pull request #107495 from v-maudel/patch-476
C179698: Correcting Mardown link structure
2 parents b8af7d3 + c1cc942 commit 4f2d1c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/data-flow-expression-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,7 @@ Calculates the CRC32 hash of set of column of varying primitive datatypes given
158158
___
159159
### <code>currentDate</code>
160160
<code><b>currentDate([<i>&lt;value1&gt;</i> : string]) => date</b></code><br/><br/>
161-
Gets the current date when this job starts to run. You can pass an optional timezone in the form of 'GMT', 'PST', 'UTC', 'America/Cayman'. The local timezone is used as the default.Refer Java's SimpleDateFormat for available formats. (https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html)
161+
Gets the current date when this job starts to run. You can pass an optional timezone in the form of 'GMT', 'PST', 'UTC', 'America/Cayman'. The local timezone is used as the default.Refer Java's SimpleDateFormat for available formats. ["https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html](https://docs.oracle.com/javase/8/docs/api/java/text/SimpleDateFormat.html)
162162
* ``currentDate() == toDate('2250-12-31') -> false``
163163
* ``currentDate('PST') == toDate('2250-12-31') -> false``
164164
* ``currentDate('America/New_York') == toDate('2250-12-31') -> false``

0 commit comments

Comments
 (0)