Skip to content

Commit

Permalink
[WSO2-Release] [Release 5.0.4] update documentation for release 5.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Sep 27, 2019
1 parent a7f06d9 commit e93b819
Show file tree
Hide file tree
Showing 5 changed files with 932 additions and 145 deletions.
26 changes: 13 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,22 +19,22 @@ For information on <a target="_blank" href="https://siddhi.io/">Siddhi</a> and i

## Latest API Docs

Latest API Docs is <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.3">5.0.3</a>.
Latest API Docs is <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.4">5.0.4</a>.

## Features

* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.3/#currentdate-function">currentDate</a> *(<a target="_blank" href="http://siddhi.io/en/v5.0/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p>Function returns the system time in <code>yyyy-MM-dd</code> format.</p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.3/#currenttime-function">currentTime</a> *(<a target="_blank" href="http://siddhi.io/en/v5.0/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p>Function returns system time in the <code>HH:mm:ss</code> format.</p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.3/#currenttimestamp-function">currentTimestamp</a> *(<a target="_blank" href="http://siddhi.io/en/v5.0/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p>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></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.3/#date-function">date</a> *(<a target="_blank" href="http://siddhi.io/en/v5.0/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p>Extracts the date part of a date or date-time and return it in <code>yyyy-MM-dd</code> format.</p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.3/#dateadd-function">dateAdd</a> *(<a target="_blank" href="http://siddhi.io/en/v5.0/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p>Adds the specified time interval to a date.</p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.3/#datediff-function">dateDiff</a> *(<a target="_blank" href="http://siddhi.io/en/v5.0/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p>Returns difference between two dates in days.</p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.3/#dateformat-function">dateFormat</a> *(<a target="_blank" href="http://siddhi.io/en/v5.0/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p>Formats the data in string or milliseconds format to the given date format.</p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.3/#datesub-function">dateSub</a> *(<a target="_blank" href="http://siddhi.io/en/v5.0/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p>Subtracts the specified time interval from the given date.</p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.3/#dayofweek-function">dayOfWeek</a> *(<a target="_blank" href="http://siddhi.io/en/v5.0/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p>Extracts the day on which a given date falls.</p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.3/#extract-function">extract</a> *(<a target="_blank" href="http://siddhi.io/en/v5.0/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p>Function extracts a date unit from the date.</p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.3/#timestampinmilliseconds-function">timestampInMilliseconds</a> *(<a target="_blank" href="http://siddhi.io/en/v5.0/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p>Returns the system time or the given time in milliseconds.</p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.3/#utctimestamp-function">utcTimestamp</a> *(<a target="_blank" href="http://siddhi.io/en/v5.0/docs/query-guide/#function">Function</a>)*<br> <div style="padding-left: 1em;"><p>Function returns the system current time in UTC timezone with <code>yyyy-MM-dd HH:mm:ss</code> format.</p></div>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.4/#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>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.4/#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>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.4/#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>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.4/#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>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.4/#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>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.4/#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>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.4/#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>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.4/#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>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.4/#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>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.4/#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>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.4/#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>
* <a target="_blank" href="https://siddhi-io.github.io/siddhi-execution-time/api/5.0.4/#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 <code>yyyy-MM-dd HH:mm:ss</code> format.</p></p></div>

## Dependencies

Expand Down
Loading

0 comments on commit e93b819

Please sign in to comment.