<?xml version="1.0" encoding="utf-8"?>
<Application>
	<AppTitle>Untitled Application</AppTitle>
	<AppShortName>MyApp</AppShortName>
	<Author>Author name</Author>
	<Version>1.0</Version>
	<VariablesScanned>False</VariablesScanned>
	<PageWidth>700</PageWidth>
	<PageHeight>500</PageHeight>
	<AutoSizeWidth>False</AutoSizeWidth>
	<AutoSizeHeight>False</AutoSizeHeight>
	<HideScrollbars>False</HideScrollbars>
	<ResponsiveSize>False</ResponsiveSize>
	<PublishPlatform>WebApp</PublishPlatform>
	<EmptyBuildFolder>False</EmptyBuildFolder>
	<AppIcon>C:\Users\smartmedia\Documents\VisualNeoWeb\Libraries\img\default-icon.png</AppIcon>
	<LanguageCode>en</LanguageCode>
	<DisplayMode>standalone</DisplayMode>
	<ServiceWorker>OfflineCopyOfPages</ServiceWorker>
	<ThemeColor>#000000</ThemeColor>
	<PwaScope>/</PwaScope>
	<MobileOSTypes>[AndroidOS,iOS,WindowsPhoneOS]</MobileOSTypes>
	<WindowState>normal</WindowState>
	<TitleBar>True</TitleBar>
	<Sizeable>True</Sizeable>
	<MaximizeBtn>False</MaximizeBtn>
	<MinimizeBtn>True</MinimizeBtn>
	<SystemMenu>True</SystemMenu>
	<ContextMenu>False</ContextMenu>
	<AlwaysOnTop>False</AlwaysOnTop>
	<ShowInTaskbar>True</ShowInTaskbar>
	<SingleInstance>False</SingleInstance>
	<ChromeKioskMode>False</ChromeKioskMode>
	<Components>
		<FunctionList name="Subroutines"/>
		<LibraryList name="Libraries"/>
		<PageList name="Main">
			<Components>
				<Page id="NewPage">
					<Components>
						<PushButton id="PushButton60">
							<left>222px</left>
							<top>193px</top>
							<width>255px</width>
							<height>107px</height>
							<style>text-align:center</style>
							<caption>DD/MM/YYYY</caption>
							<click>SetVar &quot;[gkDateString]&quot; &quot;14-08-2019&quot;
neoDateCreate &quot;[gkDateObject]&quot; &quot;[gkDateString]&quot; &quot;&quot;

SetVar &quot;[gkDateFormat]&quot; &quot;MM-DD-YYYY&quot;
neoDateAsString [gkDateObject] &quot;[gkDateFormat]&quot; [gkDateString2]

SetVar &quot;[AlertMsg]&quot; &quot;[gkdateString]&lt;br/&gt;format as [gkDateFormat]&lt;br/&gt;[gkDateString2]&quot;
AlertBox &quot;Result&quot; &quot;[AlertMsg]&quot; &quot;&quot;</click>
						</PushButton>
						<Headline id="Headline1">
							<left>142px</left>
							<top>76px</top>
							<width>330px</width>
							<height>58px</height>
							<css_class>row text-center</css_class>
							<text>&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;Inpute date is &lt;strong&gt;14-08-2019&lt;/strong&gt;</text>
							<kind>h3</kind>
						</Headline>
					</Components>
				</Page>
			</Components>
		</PageList>
		<PageList name="Master">
			<Components>
				<Page id="MasterPage"/>
			</Components>
		</PageList>
		<PageList name="Dialog">
			<Components>
				<Page id="NewDialog">
					<Components>
						<DialogContainer id="DialogContainer1">
							<left>0px</left>
							<top>0px</top>
							<width>700px</width>
							<height>500px</height>
							<close_button>False</close_button>
							<kind>custom</kind>
						</DialogContainer>
					</Components>
				</Page>
			</Components>
		</PageList>
	</Components>
</Application>
