From 9b92e8b9c618b327c67a279790940f7554240357 Mon Sep 17 00:00:00 2001 From: Paul Schneider Date: Sun, 22 Oct 2017 19:18:14 +0200 Subject: [PATCH] fixes the calendar control -Google cal --- Yavsc/Views/Shared/Components/Calendar/Default.cshtml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/Yavsc/Views/Shared/Components/Calendar/Default.cshtml b/Yavsc/Views/Shared/Components/Calendar/Default.cshtml index 7781f96d..fcbfb5cf 100644 --- a/Yavsc/Views/Shared/Components/Calendar/Default.cshtml +++ b/Yavsc/Views/Shared/Components/Calendar/Default.cshtml @@ -1,9 +1,10 @@ @model DateTimeChooserViewModel @{ var dtpid = $"dtpckr{Model.InputId}"; + var currentUICulture = System.Globalization.CultureInfo.CurrentUICulture; } -
+
@@ -12,10 +13,10 @@