Skip to content

Commit 07cf831

Browse files
[WSO2-Release] [Release 5.0.8] update documentation for release 5.0.8
1 parent 154e738 commit 07cf831

File tree

5 files changed

+852
-30
lines changed

5 files changed

+852
-30
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,23 +19,23 @@ For information on <a target="_blank" href="https://siddhi.io/">Siddhi</a> and i
1919

2020
## Latest API Docs
2121

22-
Latest API Docs is <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7">5.0.7</a>.
22+
Latest API Docs is <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8">5.0.8</a>.
2323

2424
## Features
2525

26-
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#currentdate-function">currentDate</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Function returns the system time in <code>yyyy-MM-dd</code> format.</p></p></div>
27-
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#currenttime-function">currentTime</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Function returns system time in the <code>HH:mm:ss</code> format.</p></p></div>
28-
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#currenttimestamp-function">currentTimestamp</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">When no argument is provided, function returns the system current timestamp in <code>yyyy-MM-dd HH:mm:ss</code> format, and when a timezone is provided as an argument, it converts and return the current system time to the given timezone format.</p></p></div>
29-
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#date-function">date</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Extracts the date part of a date or date-time and return it in <code>yyyy-MM-dd</code> format.</p></p></div>
30-
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#dateadd-function">dateAdd</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Adds the specified time interval to a date.</p></p></div>
31-
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#datediff-function">dateDiff</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Returns difference between two dates in days.</p></p></div>
32-
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#dateformat-function">dateFormat</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Formats the data in string or milliseconds format to the given date format.</p></p></div>
33-
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#datesub-function">dateSub</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Subtracts the specified time interval from the given date.</p></p></div>
34-
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#dayofweek-function">dayOfWeek</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Extracts the day on which a given date falls.</p></p></div>
35-
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#extract-function">extract</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Function extracts a date unit from the date.</p></p></div>
36-
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#timestampinmilliseconds-function">timestampInMilliseconds</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Returns the system time or the given time in milliseconds.</p></p></div>
37-
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#timezoneconvert-function">timezoneConvert</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Converts source datetime to provided target timezone and return the datetime string</p></p></div>
38-
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.7/#utctimestamp-function">utcTimestamp</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Function returns the system current time in UTC timezone with given date format which defaults to <code>yyyy-MM-dd HH:mm:ss</code> if not provided.</p></p></div>
26+
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#currentdate-function">currentDate</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Function returns the system time in <code>yyyy-MM-dd</code> format.</p></p></div>
27+
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#currenttime-function">currentTime</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Function returns system time in the <code>HH:mm:ss</code> format.</p></p></div>
28+
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#currenttimestamp-function">currentTimestamp</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">When no argument is provided, function returns the system current timestamp in <code>yyyy-MM-dd HH:mm:ss</code> format, and when a timezone is provided as an argument, it converts and return the current system time to the given timezone format.</p></p></div>
29+
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#date-function">date</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Extracts the date part of a date or date-time and return it in <code>yyyy-MM-dd</code> format.</p></p></div>
30+
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#dateadd-function">dateAdd</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Adds the specified time interval to a date.</p></p></div>
31+
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#datediff-function">dateDiff</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Returns difference between two dates in days.</p></p></div>
32+
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#dateformat-function">dateFormat</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Formats the data in string or milliseconds format to the given date format.</p></p></div>
33+
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#datesub-function">dateSub</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Subtracts the specified time interval from the given date.</p></p></div>
34+
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#dayofweek-function">dayOfWeek</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Extracts the day on which a given date falls.</p></p></div>
35+
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#extract-function">extract</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Function extracts a date unit from the date.</p></p></div>
36+
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#timestampinmilliseconds-function">timestampInMilliseconds</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Returns the system time or the given time in milliseconds.</p></p></div>
37+
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#timezoneconvert-function">timezoneConvert</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Converts source datetime to provided target timezone and return the datetime string</p></p></div>
38+
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.8/#utctimestamp-function">utcTimestamp</a> *(<a target="_blank" href="http://siddhi.io/en/v5.1/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p><p style="word-wrap: break-word;margin: 0;">Function returns the system current time in UTC timezone with given date format which defaults to <code>yyyy-MM-dd HH:mm:ss</code> if not provided.</p></p></div>
3939

4040
## Dependencies
4141

0 commit comments

Comments
 (0)