---
title: "getSelectedDate"
description: "Returns a [LocalDate] representation of the selected date in this [DatePickerState], or `null` in
case there is no selection."
type: "function"
---

<div class='type'>Function</div>


<a id='references'></a>
<div class='sourceset sourceset-jvmAndAndroid'>JvmAndAndroid</div>


```kotlin
@RequiresApi(26)
fun DatePickerState.getSelectedDate(): LocalDate?
```


Returns a `LocalDate` representation of the selected date in this `DatePickerState`, or `null` in
case there is no selection.

#### Returns

| | |
| --- | --- |
|  | The selected `LocalDate`, or `null` if there is no selection. |




