初期値がデフォルトで入力されています。変更する場合は「 "initial": "1980-01-01"」の部分の日付を変更してください。

{
  "type": "bubble",
  "size": "mega",
  "header": {
    "type": "box",
    "layout": "vertical",
    "contents": [
      {
        "type": "text",
        "text": "生年月日を入力してください。",
        "size": "md",
        "wrap": true
      }
    ]
  },
  "footer": {
    "type": "box",
    "layout": "vertical",
    "contents": [
      {
        "type": "button",
        "height": "sm",
        "style": "link",
        "action": {
          "type": "datetimepicker",
          "label": "年月日を選択",
          "data": "date",
          "mode": "date",
          "initial": "1980-01-01"
        }
      }
    ]
  }
}