Skip to content

Commit c1cc942

Browse files
authored
C179698: Correcting Mardown link structure
Localization team has reported source content issue that causes localized version to have broken/different format compared to en-us version. Description: Hyperlink cant be rendered in some languages because is at the beginning of the string. Affected line 161
1 parent 99b24ee commit c1cc942

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)