[ 
https://issues.apache.org/jira/browse/SPARK-8194?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14599375#comment-14599375
 ] 

Apache Spark commented on SPARK-8194:
-------------------------------------

User 'adrian-wang' has created a pull request for this issue:
https://github.com/apache/spark/pull/6987

> date/time function: add_months
> ------------------------------
>
>                 Key: SPARK-8194
>                 URL: https://issues.apache.org/jira/browse/SPARK-8194
>             Project: Spark
>          Issue Type: Sub-task
>          Components: SQL
>            Reporter: Reynold Xin
>
> add_months(string start_date, int num_months): string
> add_months(date start_date, int num_months): date
> Returns the date that is num_months after start_date. The time part of 
> start_date is ignored. If start_date is the last day of the month or if the 
> resulting month has fewer days than the day component of start_date, then the 
> result is the last day of the resulting month. Otherwise, the result has the 
> same day component as start_date.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@spark.apache.org
For additional commands, e-mail: issues-h...@spark.apache.org

Reply via email to