ionicDatePicker popup title in other language ionic v1

Capture1212

Any suggestion how can i change this date ?
i need to use locale date,
locale : ‘ko-KR’,
thanks
“ionic-datepicker”: “^1.2.1”

The answer is :

change in this file :ionic-datepicker.provider.js

in funciton : setInitialObj
from : $scope.selctedDateEpoch = resetHMSM($scope.mainObj.inputDate).getTime();

to this :
$scope.selctedDateEpoch = moment().format(“MMM DD, YYYY”);