From b865716841ea119e91d22b0ac9fd7c18f9e18243 Mon Sep 17 00:00:00 2001 From: Pawel Kadluczka Date: Mon, 7 Nov 2016 23:07:42 -0800 Subject: [PATCH] Displaying actual date --- samples/SocialWeather/wwwroot/weather.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/samples/SocialWeather/wwwroot/weather.html b/samples/SocialWeather/wwwroot/weather.html index df28df3435..2e64cc60eb 100644 --- a/samples/SocialWeather/wwwroot/weather.html +++ b/samples/SocialWeather/wwwroot/weather.html @@ -19,6 +19,7 @@ +

Weather reports

@@ -55,7 +56,7 @@ - `; + `; } }
${report.ZipCode} ${report.Temperature}℉ ${report.Weather.match(/[A-Z][a-z]+|[0-9]+/g).join(" ")}${report.ReportTime}${new Date(report.ReportTime)}