@{ ViewData["Title"] = "Results"; Layout = "~/Views/Shared/_Layout.cshtml"; } @using LotteryWebApp.Languages; @using LotteryWebApp.Controllers; @using LotteryWebApp.Common; @using System.Globalization; @model HomeResults_ViewModel @{ DateTime oDateFrom = DateTime.ParseExact(Model.fromDate, "dd/MM/yyyy", CultureInfo.InvariantCulture); String dateFrom = oDateFrom.ToString("yyyy-MM-dd", CultureInfo.InvariantCulture); DateTime oDateTo = DateTime.ParseExact(Model.toDate, "dd/MM/yyyy", CultureInfo.InvariantCulture); String dateTo = oDateTo.ToString("yyyy-MM-dd", CultureInfo.InvariantCulture); }
@await Component.InvokeAsync("SmallHeader", new { title = @Lang.results.ToUpper() })
@Lang.Singapore4DResult
@* *@
@* *@ @* *@
@*
*@