diff core/src/luan/modules/Time.luan @ 283:b669cdaf54b7

add URL post; add Http.request.query_string; add web_run.form(); git-svn-id: https://luan-java.googlecode.com/svn/trunk@284 21e917c8-12df-6dd8-5cb6-c86387c605b9
author fschmidt@gmail.com <fschmidt@gmail.com@21e917c8-12df-6dd8-5cb6-c86387c605b9>
date Tue, 02 Dec 2014 03:34:04 +0000
parents 073044e3ac03
children 9a0cc6d9b27b
line wrap: on
line diff
--- a/core/src/luan/modules/Time.luan	Wed Nov 26 22:25:09 2014 +0000
+++ b/core/src/luan/modules/Time.luan	Tue Dec 02 03:34:04 2014 +0000
@@ -52,4 +52,3 @@
 function parse( pattern, source )
 	return SimpleDateFormat.new(pattern).parse(source).getTime()
 end
-	
\ No newline at end of file