--- title: "getDate Method (SQLServerCallableStatement) | Microsoft Docs" ms.custom: "" ms.date: "01/19/2017" ms.prod: sql ms.prod_service: connectivity ms.reviewer: "" ms.technology: connectivity ms.topic: conceptual apiname: - "SQLServerCallableStatement.getDate" apilocation: - "sqljdbc.jar" apitype: "Assembly" ms.assetid: a4a969e7-e72c-4ac8-8b8c-ae2281e4e705 author: David-Engel ms.author: v-daenge --- # getDate Method (SQLServerCallableStatement) [!INCLUDE[Driver_JDBC_Download](../../../includes/driver_jdbc_download.md)] Retrieves the value of the designated parameter as a java.sql.Date object in the Java programming language. ## Overload List |Name|Description| |----------|-----------------| |[getDate (int)](../../../connect/jdbc/reference/getdate-method-int.md)|Retrieves the value of the designated parameter as a java.sql.Date object in the Java programming language given the parameter index.| |[getDate (int, java.util.Calendar)](../../../connect/jdbc/reference/getdate-method-int-java-util-calendar.md)|Retrieves the value of the designated parameter as a java.sql.Date object in the Java programming language given the parameter index and Calendar object.| |[getDate (java.lang.String)](../../../connect/jdbc/reference/getdate-method-java-lang-string.md)|Retrieves the value of the designated parameter as a java.sql.Date object in the Java programming language given the parameter name.| |[getDate (java.lang.String, java.util.Calendar)](../../../connect/jdbc/reference/getdate-method-java-lang-string-java-util-calendar.md)|Retrieves the value of the designated parameter as a java.sql.Date object in the Java programming language given the parameter name and Calendar object.| ## See Also [SQLServerCallableStatement Members](../../../connect/jdbc/reference/sqlservercallablestatement-members.md) [SQLServerCallableStatement Class](../../../connect/jdbc/reference/sqlservercallablestatement-class.md)