diff --git a/.vscode/launch.json b/.vscode/launch.json
new file mode 100644
index 0000000..7e9926e
--- /dev/null
+++ b/.vscode/launch.json
@@ -0,0 +1,14 @@
+{
+ // 使用 IntelliSense 以得知可用的屬性。
+ // 暫留以檢視現有屬性的描述。
+ // 如需詳細資訊,請瀏覽: https://go.microsoft.com/fwlink/?linkid=830387
+ "version": "0.2.0",
+ "configurations": [
+ {
+ "name": ".NET MAUI",
+ "type": "maui",
+ "request": "launch",
+ "preLaunchTask": "maui: Build"
+ }
+ ]
+}
\ No newline at end of file
diff --git a/src/DateCalculator/MainPage.xaml b/src/DateCalculator/MainPage.xaml
index 302f0c4..4bac9a2 100644
--- a/src/DateCalculator/MainPage.xaml
+++ b/src/DateCalculator/MainPage.xaml
@@ -9,6 +9,11 @@
Spacing="25"
Padding="30,0"
VerticalOptions="Center">
+
+
@@ -39,7 +44,7 @@
x:Name="DateSelectDatePicker"
FontSize="24"
HorizontalOptions="Center"
- Format="yyyy 年 MM 月 dd 日"
+ Format="yyyy / MM / dd "
Margin="20" />
@@ -110,7 +115,7 @@
x:Name="DateDiffDatePicker"
FontSize="24"
HorizontalOptions="Center"
- Format="yyyy 年 MM 月 dd 日"
+ Format="yyyy / MM / dd "
Margin="20"
IsVisible="false"/>