You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@spark.apache.org by "Reynold Xin (JIRA)" <ji...@apache.org> on 2015/06/09 08:11:00 UTC

[jira] [Created] (SPARK-8194) add_months function

Reynold Xin created SPARK-8194:
----------------------------------

             Summary: add_months function
                 Key: SPARK-8194
                 URL: https://issues.apache.org/jira/browse/SPARK-8194
             Project: Spark
          Issue Type: Sub-task
            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-unsubscribe@spark.apache.org
For additional commands, e-mail: issues-help@spark.apache.org