ÿþ/ *  
  
 J S   f i l e s   n e e d e d :  
 	 -   S t d L i b r a r y . j s  
 	  
 U s a g e :  
 	 -   H T M L   p a g e  
 	 	 < % @   P a g e   l a n g u a g e = " c # "   C o d e b e h i n d = " H u m a n R e a d a b l e D a t e T i m e . a s p x . c s "   A u t o E v e n t W i r e u p = " f a l s e "   I n h e r i t s = " D y n a m i c L a y e r . H u m a n R e a d a b l e D a t e T i m e "   % >  
 	 	 < ! D O C T Y P E   H T M L   P U B L I C   " - / / W 3 C / / D T D   H T M L   4 . 0   T r a n s i t i o n a l / / E N "   >    
  
 	 	 < h t m l >  
 	 	 < h e a d >  
 	 	 	 < t i t l e > H u m a n R e a d a b l e D a t e T i m e < / t i t l e >  
 	 	 	 < m e t a   n a m e = " G E N E R A T O R "   C o n t e n t = " M i c r o s o f t   V i s u a l   S t u d i o   . N E T   7 . 1 " >  
 	 	 	 < m e t a   n a m e = " C O D E _ L A N G U A G E "   C o n t e n t = " C # " >  
 	 	 	 < m e t a   n a m e = v s _ d e f a u l t C l i e n t S c r i p t   c o n t e n t = " J a v a S c r i p t " >  
 	 	 	 < m e t a   n a m e = v s _ t a r g e t S c h e m a   c o n t e n t = " h t t p : / / s c h e m a s . m i c r o s o f t . c o m / i n t e l l i s e n s e / i e 5 " >  
 	 	 	 < s c r i p t   l a n g = " t e x t / j a v a s c r i p t "   s r c = " S t d L i b r a r y . j s " > < / s c r i p t >  
 	 	 	 < s c r i p t   l a n g = " t e x t / j a v a s c r i p t "   s r c = " H u m a n R e a d a b l e D a t e T i m e . j s " > < / s c r i p t >  
 	 	 < / h e a d >  
 	 	 < b o d y   M S _ P O S I T I O N I N G = " G r i d L a y o u t " >  
 	 	 	  
 	 	 	 < f o r m   i d = " F o r m 1 "   m e t h o d = " p o s t "   r u n a t = " s e r v e r " >  
 	 	 	 	 < h 1 > < d i v   i d = " D a t e T i m e D I V " > < / d i v > < / h 1 >  
 	 	 	 	 	 < s c r i p t   l a n g = " t e x t / j a v a s c r i p t "   s r c = " H u m a n R e a d a b l e D a t e T i m e T e s t . j s " > < / s c r i p t >  
 	 	 	 < / f o r m >  
 	 	 	  
 	 	 < / b o d y >  
 	 	 < / h t m l >  
  
  
 	 -   H u m a n R e a d a b l e D a t e T i m e T e s t . j s  
 	 	 v a r   h r D T D i v   =   n e w   H u m a n R e a d a b l e D a t e T i m e D I V ( ' D a t e T i m e D I V ' ) ;  
 	 	 h r D T D i v . S e t D e l a y ( 1 ) ;  
 	 	 h r D T D i v . G e t H r D T R e f ( ) . G e t D a t e R e f ( ) . G e t L a n g u a g e R e f ( ) . S e t C u r L a n g u a g e ( h r D T D i v . G e t H r D T R e f ( ) . G e t D a t e R e f ( ) . G e t L a n g u a g e R e f ( ) . R O M A N I A N ) ;  
 	 	 h r D T D i v . G e t H r D T R e f ( ) . G e t T i m e R e f ( ) . G e t T i m e F o r m a t R e f ( ) . S e t C u r F o r m a t ( h r D T D i v . G e t H r D T R e f ( ) . G e t T i m e R e f ( ) . G e t T i m e F o r m a t R e f ( ) . H R S _ M I N S _ S E C S _ M I L L S ) ;  
 	 	 h r D T D i v . S t a r t ( ) ;  
  
 * /  
  
  
  
  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   H u m a n R e a d a b l e L a n g u a g e   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
 / /   R e t u r n s   t h e   c u r r e n t   l a n g u a g e  
 f u n c t i o n   G e t C u r L a n g u a g e _ H u m a n R e a d a b l e L a n g u a g e ( )  
 {  
 	 r e t u r n   t h i s . c u r L a n g u a g e ;  
 }  
  
 / /   S e t s   t h e   c u r r e n t   l a n g u a g e  
 f u n c t i o n   S e t C u r L a n g u a g e _ H u m a n R e a d a b l e L a n g u a g e ( l a n g u a g e )  
 {  
         v a r   l n g   =   p a r s e I n t ( l a n g u a g e ,   1 0 ) ;  
  
 	 i f   ( l n g   <   0   | |   l n g   > =   t h i s . v a l u e )  
 	 {  
 	 	 r e t u r n ;  
 	 }  
  
 	 t h i s . c u r L a n g u a g e   =   l n g ;  
 }  
  
 / /   U s e d   t o   c r e a t e   a   H u m a n R e a d a b l e L a n g u a g e   o b j e c t  
 f u n c t i o n   H u m a n R e a d a b l e L a n g u a g e ( )  
 {  
 	 / /   - - p r i v a t e  
 	 t h i s . v a l u e 	 	 	 	 =   0 ;  
 	 t h i s . E N G L I S H 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . R O M A N I A N 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . c u r L a n g u a g e 	 	 =   t h i s . E N G L I S H ;  
  
 	 / /   - - p u b l i c  
 	 t h i s . G e t C u r L a n g u a g e 	 	 =   G e t C u r L a n g u a g e _ H u m a n R e a d a b l e L a n g u a g e ;  
 	 t h i s . S e t C u r L a n g u a g e 	 	 =   S e t C u r L a n g u a g e _ H u m a n R e a d a b l e L a n g u a g e ;  
 }  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * *   E N D   -   H u m a n R e a d a b l e L a n g u a g e   * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
  
  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   H u m a n R e a d a b l e M o n t h F o r m a t   * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
 / /   R e t u r n s   t h e   c u r r e n t   m o n t h   f o r m a t  
 f u n c t i o n   G e t C u r F o r m a t _ H u m a n R e a d a b l e M o n t h F o r m a t ( )  
 {  
 	 r e t u r n   t h i s . c u r F o r m a t ;  
 }  
  
 / /   S e t s   t h e   c u r r e n t   m o n t h   f o r m a t  
 f u n c t i o n   S e t C u r F o r m a t _ H u m a n R e a d a b l e M o n t h F o r m a t ( f o r m a t )  
 {  
         v a r   f r m t   =   p a r s e I n t ( f o r m a t ,   1 0 ) ;  
  
 	 i f   ( f r m t   <   0   | |   f r m t   > =   t h i s . v a l u e )  
 	 {  
 	 	 r e t u r n ;  
 	 }  
  
 	 t h i s . c u r F o r m a t   =   f r m t ;  
 }  
  
 / /   U s e d   t o   c r e a t e   a   H u m a n R e a d a b l e M o n t h F o r m a t   o b j e c t  
 f u n c t i o n   H u m a n R e a d a b l e M o n t h F o r m a t ( )  
 {  
 	 / /   - - p r i v a t e  
 	 t h i s . v a l u e 	 	 	 	 =   0 ;  
 	 t h i s . T E X T 	 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . N U M B E R 	 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . c u r F o r m a t 	 	 	 =   t h i s . T E X T ;  
 	  
 	 / /   - - p u b l i c  
 	 t h i s . G e t C u r F o r m a t 	 	 =   G e t C u r F o r m a t _ H u m a n R e a d a b l e M o n t h F o r m a t ;  
 	 t h i s . S e t C u r F o r m a t 	 	 =   S e t C u r F o r m a t _ H u m a n R e a d a b l e M o n t h F o r m a t ;  
 }  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * *   E N D   -   H u m a n R e a d a b l e M o n t h F o r m a t   * * * * * * * * * * * * * * * * * * * * * * * /  
  
  
  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   H u m a n R e a d a b l e D a y O f W e e k F o r m a t   * * * * * * * * * * * * * * * * * * * * * * * * /  
  
 / /   R e t u r n s   t h e   c u r r e n t   D a y O f W e e k   f o r m a t  
 f u n c t i o n   G e t C u r F o r m a t _ H u m a n R e a d a b l e D a y O f W e e k F o r m a t ( )  
 {  
 	 r e t u r n   t h i s . c u r F o r m a t ;  
 }  
  
 / /   S e t s   t h e   c u r r e n t   D a y O f W e e k   f o r m a t  
 f u n c t i o n   S e t C u r F o r m a t _ H u m a n R e a d a b l e D a y O f W e e k F o r m a t ( f o r m a t )  
 {  
 	 i f   ( f o r m a t   <   0   | |   f o r m a t   > =   t h i s . v a l u e )  
 	 {  
 	 	 r e t u r n ;  
 	 }  
  
 	 t h i s . c u r F o r m a t   =   f o r m a t ;  
 }  
  
 / /   U s e d   t o   c r e a t e   a   H u m a n R e a d a b l e D a y O f W e e k F o r m a t   o b j e c t  
 f u n c t i o n   H u m a n R e a d a b l e D a y O f W e e k F o r m a t ( )  
 {  
 	 / /   - - p r i v a t e  
 	 t h i s . v a l u e 	 	 	 	 =   0 ;  
 	 t h i s . N O N E 	 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . B E F O R E _ D A T E 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . A F T E R _ D A T E 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . c u r F o r m a t 	 	 	 =   t h i s . N O N E ;  
  
 	 / /   - - p u b l i c  
 	 t h i s . G e t C u r F o r m a t 	 	 =   G e t C u r F o r m a t _ H u m a n R e a d a b l e D a y O f W e e k F o r m a t ;  
 	 t h i s . S e t C u r F o r m a t 	 	 =   S e t C u r F o r m a t _ H u m a n R e a d a b l e D a y O f W e e k F o r m a t ;  
 }  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * *   E N D   -   H u m a n R e a d a b l e D a y O f W e e k F o r m a t   * * * * * * * * * * * * * * * * * * * * * * * /  
  
  
  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   H u m a n R e a d a b l e D a t e F o r m a t   * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
 / /   R e t u r n s   t h e   c u r r e n t   d a t e   f o r m a t  
 f u n c t i o n   G e t C u r F o r m a t _ H u m a n R e a d a b l e D a t e F o r m a t ( )  
 {  
 	 r e t u r n   t h i s . c u r F o r m a t ;  
 }  
  
 / /   S e t s   t h e   c u r r e n t   d a t e   f o r m a t  
 f u n c t i o n   S e t C u r F o r m a t _ H u m a n R e a d a b l e D a t e F o r m a t ( f o r m a t )  
 {  
 	 i f ( f o r m a t   <   0   | |   f o r m a t   > =   t h i s . v a l u e )  
 	 {  
 	 	 r e t u r n ;  
 	 }  
  
 	 t h i s . c u r F o r m a t   =   f o r m a t ;  
 }  
  
 / /   R e t u r n s   t h e   c u r r e n t   s e p a r a t o r  
 f u n c t i o n   G e t S e p a r a t o r _ H u m a n R e a d a b l e D a t e F o r m a t ( )  
 {  
 	 r e t u r n   t h i s . s e p a r a t o r ;  
 }  
  
 / /   S e t s   t h e   c u r r e n t   s e p a r a t o r  
 f u n c t i o n   S e t S e p a r a t o r _ H u m a n R e a d a b l e D a t e F o r m a t ( s e p a r a t o r )  
 {  
 	 i f   ( n u l l   = =   s e p a r a t o r   | |   0   = =   s e p a r a t o r . l e n g t h )  
 	 {  
 	 	 r e t u r n ;  
 	 }  
  
 	 t h i s . s e p a r a t o r   =   s e p a r a t o r ;  
 }  
  
 / /   R e t u r n s   t h e   r e f e r e n c e   t o   t h e   m o n t h F o r m a t   m e m b e r  
 f u n c t i o n   G e t M o n t h F o r m a t R e f _ H u m a n R e a d a b l e D a t e F o r m a t ( )  
 {  
 	 r e t u r n   t h i s . m o n t h F o r m a t ;  
 }  
  
 / /   R e t u r n s   t h e   r e f e r e n c e   t o   t h e   d a y O f W e e k F o r m a t   m e m b e r  
 f u n c t i o n   G e t D a y O f W e e k F o r m a t R e f _ H u m a n R e a d a b l e D a t e F o r m a t ( )  
 {  
 	 r e t u r n   t h i s . d a y O f W e e k F o r m a t ;  
 }  
  
 / /   U s e d   t o   c r e a t e   a   H u m a n R e a d a b l e D a t e F o r m a t   o b j e c t  
 f u n c t i o n   H u m a n R e a d a b l e D a t e F o r m a t ( )  
 {  
 	 / /   - - p r i v a t e  
 	 t h i s . v a l u e 	 	 	 	 	 =   0 ;  
 	 t h i s . Y E A R _ M O N T H _ D A Y 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . Y E A R _ D A Y _ M O N T H 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . M O N T H _ Y E A R _ D A Y 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . M O N T H _ D A Y _ Y E A R 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . D A Y _ Y E A R _ M O N T H 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . D A Y _ M O N T H _ Y E A R 	 	 	 =   t h i s . v a l u e + + ;  
  
 	 t h i s . s e p a r a t o r 	 	 	 	 =   ' ,   ' ;  
 	 t h i s . m o n t h F o r m a t 	 	 	 =   n e w   H u m a n R e a d a b l e M o n t h F o r m a t ( ) ;  
 	 t h i s . d a y O f W e e k F o r m a t 	 	 =   n e w   H u m a n R e a d a b l e D a y O f W e e k F o r m a t ( ) ;  
  
 	  
 	 / /   - - p u b l i c  
 	 t h i s . G e t C u r F o r m a t 	 	 	 =   G e t C u r F o r m a t _ H u m a n R e a d a b l e D a t e F o r m a t ;  
 	 t h i s . S e t C u r F o r m a t 	 	 	 =   S e t C u r F o r m a t _ H u m a n R e a d a b l e D a t e F o r m a t ;  
 	 t h i s . G e t S e p a r a t o r 	 	 	 =   G e t S e p a r a t o r _ H u m a n R e a d a b l e D a t e F o r m a t ;  
 	 t h i s . S e t S e p a r a t o r 	 	 	 =   S e t S e p a r a t o r _ H u m a n R e a d a b l e D a t e F o r m a t ;  
 	 t h i s . G e t M o n t h F o r m a t R e f 	 	 =   G e t M o n t h F o r m a t R e f _ H u m a n R e a d a b l e D a t e F o r m a t ;  
 	 t h i s . G e t D a y O f W e e k F o r m a t R e f 	 =   G e t D a y O f W e e k F o r m a t R e f _ H u m a n R e a d a b l e D a t e F o r m a t ;  
 }  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * *   E N D   -   H u m a n R e a d a b l e D a t e F o r m a t   * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   H u m a n R e a d a b l e D a t e   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
 / /   C a l l e d   t o   i n i t   t h e   o b j e c t  
 f u n c t i o n   O n I n i t _ H u m a n R e a d a b l e D a t e ( )  
 {  
 	 / * * * * * * * * * * * * * *   M O N T H   a r r a y   * * * * * * * * * * * * * * /  
  
 	 / /   E N G L I S H  
 	 f o r   (   v a r   i   =   0 ;   i   <   1 2 ;   + + i   )  
 	 {  
 	 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] 	 	 =   n e w   O b j e c t ( ) ;  
 	 }  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 0 ] 	 	 =   ' J a n u a r y ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 1 ] 	 	 =   ' F e b r u a r y ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 2 ] 	 	 =   ' M a r s ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 3 ] 	 	 =   ' A p r i l ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 4 ] 	 	 =   ' M a y ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 5 ] 	 	 =   ' J u n e ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 6 ] 	 	 =   ' J u l y ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 7 ] 	 	 =   ' A u g u s t ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 8 ] 	 	 =   ' S e p t e m b e r ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 9 ] 	 	 =   ' O c t o b e r ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 1 0 ] 	 	 =   ' N o v e m b e r ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 1 1 ] 	 	 =   ' D e c e m b e r ' ;  
  
 	 / /   R O M A N I A N  
 	 f o r   (   v a r   i   =   0 ;   i   <   1 2 ;   + + i   )  
 	 {  
 	 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] 	 	 =   n e w   O b j e c t ( ) ;  
 	 }  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 0 ] 	 	 =   ' I a n u a r i e ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 1 ] 	 	 =   ' F e b r u a r i e ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 2 ] 	 	 =   ' M a r t i e ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 3 ] 	 	 =   ' A p r i l i e ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 4 ] 	 	 =   ' M a i ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 5 ] 	 	 =   ' I u n i e ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 6 ] 	 	 =   ' I u l i e ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 7 ] 	 	 =   ' A u g u s t ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 8 ] 	 	 =   ' S e p t e m b r i e ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 9 ] 	 	 =   ' O c t o m b r i e ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 1 0 ] 	 	 =   ' N o i e m b r i e ' ;  
 	 t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 1 1 ] 	 	 =   ' D e c e m b r i e ' ;  
  
 	 / * * * * * * * * * * * * * * *   E N D   -   M O N T H   a r r a y   * * * * * * * * * * * * * * * * /  
  
  
 	 / * * * * * * * * * * * * *   D A Y   o f   t h e   w e e k   a r r a y   * * * * * * * * * * * * * * /  
 	  
 	 / /   E N G L I S H  
 	 f o r   (   v a r   i   =   0 ;   i   <   7 ;   + + i   )  
 	 {  
 	 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] 	 	 =   n e w   O b j e c t ( ) ;  
 	 }  
 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 0 ] 	 	 	 =   ' S u n d a y ' ;  
 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 1 ] 	 	 	 =   ' M o n d a y ' ;  
 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 2 ] 	 	 	 =   ' T u e s d a y ' ;  
 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 3 ] 	 	 	 =   ' W e d n e s d a y ' ;  
 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 4 ] 	 	 	 =   ' T h u r s d a y ' ;  
 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 5 ] 	 	 	 =   ' F r i d a y ' ;  
 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . E N G L I S H ] [ 6 ] 	 	 	 =   ' S a t u r d a y ' ;  
  
 	 / /   R O M A N I A N  
 	 f o r   (   v a r   i   =   0 ;   i   <   7 ;   + + i   )  
 	 {  
 	 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] 	 	 =   n e w   O b j e c t ( ) ;  
 	 }  
 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 0 ] 	 	 =   ' D u m i n i c a ' ;  
 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 1 ] 	 	 =   ' L u n i ' ;  
 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 2 ] 	 	 =   ' M a r t i ' ;  
 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 3 ] 	 	 =   ' M i e r c u r i ' ;  
 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 4 ] 	 	 =   ' J o i ' ;  
 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 5 ] 	 	 =   ' V i n e r i ' ;  
 	 t h i s . d a y A r r a y [ t h i s . l a n g u a g e . R O M A N I A N ] [ 6 ] 	 	 =   ' S a m b a t a ' ;  
  
 	 / * * * * * * * * * * *   E N D   -   D A Y   o f   t h e   w e e k   a r r a y   * * * * * * * * * * * * /  
 }  
  
 / /   R e t u r n   a   r e f e r e n c e   t o   t h e   l a n g u a g e   m e m b e r  
 f u n c t i o n   G e t L a n g u a g e R e f _ H u m a n R e a d a b l e D a t e ( )  
 {  
 	 r e t u r n   t h i s . l a n g u a g e ;  
 }  
  
 / /   R e t u r n   a   r e f e r e n c e   t o   t h e   d a t e F o r m a t   m e m b e r  
 f u n c t i o n   G e t D a t e F o r m a t R e f _ H u m a n R e a d a b l e D a t e ( )  
 {  
 	 r e t u r n   t h i s . d a t e F o r m a t ;  
 }  
  
 / /   R e t u r n s   t h e   c u r e n t   d a t e   i n   a   h u m a n   r e a d a b l e   f o r m a t  
 f u n c t i o n   G e t D a t e _ H u m a n R e a d a b l e D a t e ( )  
 {  
 	 v a r   d a t e   =   n e w   D a t e ( ) ;  
  
 	 r e t u r n   t h i s . G e t D a t e E x ( d a t e ) ;  
 }  
  
 / /   R e t u r n s   t h e   d a t e   g i v e n   a s   a   p a r a m e t e r   i n   a   h u m a n   r e a d a b l e   f o r m a t  
 f u n c t i o n   G e t D a t e E x _ H u m a n R e a d a b l e D a t e ( d a t e )  
 {  
 	 v a r   s t r   =   ' ' ;  
 	 v a r   d a y O f W e e k   =   t h i s . d a y A r r a y [ t h i s . l a n g u a g e . G e t C u r L a n g u a g e ( ) ] [ d a t e . g e t D a y ( ) ] ;  
 	 v a r   s e p a r a t o r   =   t h i s . d a t e F o r m a t . G e t S e p a r a t o r ( ) ;  
 	 v a r   y e a r   =   d a t e . g e t F u l l Y e a r ( ) ;  
 	 v a r   m o n t h   =   ' ' ;  
 	 v a r   d a y   =   d a t e . g e t D a t e ( ) ;  
 	  
 	 i f   (   t h i s . d a t e F o r m a t . G e t D a y O f W e e k F o r m a t R e f ( ) . G e t C u r F o r m a t ( )   = =   t h i s . d a t e F o r m a t . G e t D a y O f W e e k F o r m a t R e f ( ) . B E F O R E _ D A T E   )  
 	 {  
 	 	 s t r   + =   d a y O f W e e k ;  
 	 	 s t r   + =   s e p a r a t o r ;  
 	 }  
  
 	 s w i t c h   (   t h i s . d a t e F o r m a t . G e t M o n t h F o r m a t R e f ( ) . G e t C u r F o r m a t ( )   )  
 	 {  
 	 	 d e f a u l t :  
 	 	 c a s e   t h i s . d a t e F o r m a t . G e t M o n t h F o r m a t R e f ( ) . T E X T :  
 	 	 {  
 	 	 	 m o n t h   =   t h i s . m o n t h A r r a y [ t h i s . l a n g u a g e . G e t C u r L a n g u a g e ( ) ] [ d a t e . g e t M o n t h ( ) ] ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 	 c a s e   t h i s . d a t e F o r m a t . G e t M o n t h F o r m a t R e f ( ) . N U M B E R :  
 	 	 {  
 	 	 	 m o n t h   =   d a t e . g e t M o n t h ( ) ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 }  
 	  
 	 s w i t c h   (   t h i s . d a t e F o r m a t . G e t C u r F o r m a t ( )   )  
 	 {  
 	 	 d e f a u l t :  
 	 	 c a s e   t h i s . d a t e F o r m a t . Y E A R _ M O N T H _ D A Y :  
 	 	 {  
 	 	 	 s t r   + =   y e a r   +   s e p a r a t o r   +   m o n t h   +   s e p a r a t o r   +   d a y ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 	 c a s e   t h i s . d a t e F o r m a t . Y E A R _ D A Y _ M O N T H :  
 	 	 {  
 	 	 	 s t r   + =   y e a r   +   s e p a r a t o r   +   d a y   +   s e p a r a t o r   +   m o n t h ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 	 c a s e   t h i s . d a t e F o r m a t . M O N T H _ Y E A R _ D A Y :  
 	 	 {  
 	 	 	 s t r   + =   m o n t h   +   s e p a r a t o r   +   y e a r   +   s e p a r a t o r   +   d a y ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 	 c a s e   t h i s . d a t e F o r m a t . M O N T H _ D A Y _ Y E A R :  
 	 	 {  
 	 	 	 s t r   + =   m o n t h   +   s e p a r a t o r   +   d a y   +   s e p a r a t o r   +   y e a r ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 	 c a s e   t h i s . d a t e F o r m a t . D A Y _ Y E A R _ M O N T H :  
 	 	 {  
 	 	 	 s t r   + =   d a y   +   s e p a r a t o r   +   y e a r   +   s e p a r a t o r   +   m o n t h ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 	 c a s e   t h i s . d a t e F o r m a t . D A Y _ M O N T H _ Y E A R :  
 	 	 {  
 	 	 	 s t r   + =   d a y   +   s e p a r a t o r   +   m o n t h   +   s e p a r a t o r   +   y e a r ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 }  
 	  
 	 i f   (   t h i s . d a t e F o r m a t . G e t D a y O f W e e k F o r m a t R e f ( ) . G e t C u r F o r m a t ( )   = =   t h i s . d a t e F o r m a t . G e t D a y O f W e e k F o r m a t R e f ( ) . A F T E R _ D A T E   )  
 	 {  
 	 	 s t r   + =   s e p a r a t o r ;  
 	 	 s t r   + =   d a y O f W e e k ;  
 	 }  
 	  
 	 r e t u r n   s t r ;  
 }  
  
  
 / /   U s e d   t o   c r e a t e   a   H u m a n R e a d a b l e D a t e   o b j e c t  
 f u n c t i o n   H u m a n R e a d a b l e D a t e ( )  
 {  
 	 / /   - - p r i v a t e  
 	 t h i s . l a n g u a g e 	 	 	 	 =   n e w   H u m a n R e a d a b l e L a n g u a g e ( ) ;  
 	 t h i s . d a t e F o r m a t 	 	 	 	 =   n e w   H u m a n R e a d a b l e D a t e F o r m a t ( ) ;  
 	 t h i s . m o n t h A r r a y 	 	 	 	 =   n e w   O b j e c t ( ) ;  
 	 t h i s . d a y A r r a y 	 	 	 	 =   n e w   O b j e c t ( ) ;  
  
 	  
 	 / /   - - p u b l i c  
 	 t h i s . G e t L a n g u a g e R e f 	 	 	 =   G e t L a n g u a g e R e f _ H u m a n R e a d a b l e D a t e ;  
 	 t h i s . G e t D a t e F o r m a t R e f 	 	 =   G e t D a t e F o r m a t R e f _ H u m a n R e a d a b l e D a t e ;  
 	 t h i s . G e t D a t e E x 	 	 	 	 =   G e t D a t e E x _ H u m a n R e a d a b l e D a t e ;  
 	 t h i s . G e t D a t e 	 	 	 	 =   G e t D a t e _ H u m a n R e a d a b l e D a t e ;  
 	  
 	 / /   - - p r i v a t e  
 	 t h i s . O n I n i t 	 	 	 	 	 =   O n I n i t _ H u m a n R e a d a b l e D a t e ;  
 	  
 	  
 	 t h i s . O n I n i t ( ) ;  
 }  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * *   E N D   -   H u m a n R e a d a b l e D a t e   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
  
  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   H u m a n R e a d a b l e T i m e F o r m a t   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
 / /   R e t u r n s   t h e   c u r r e n t   T i m e   f o r m a t  
 f u n c t i o n   G e t C u r F o r m a t _ H u m a n R e a d a b l e T i m e F o r m a t ( )  
 {  
 	 r e t u r n   t h i s . c u r F o r m a t ;  
 }  
  
 / /   S e t s   t h e   c u r r e n t   T i m e   f o r m a t  
 f u n c t i o n   S e t C u r F o r m a t _ H u m a n R e a d a b l e T i m e F o r m a t ( f o r m a t )  
 {  
 	 i f   ( f o r m a t   <   0   | |   f o r m a t   > =   t h i s . v a l u e )  
 	 {  
 	 	 r e t u r n ;  
 	 }  
  
 	 t h i s . c u r F o r m a t   =   f o r m a t ;  
 }  
  
 / /   R e t u r n s   t h e   c u r r e n t   s e p a r a t o r  
 f u n c t i o n   G e t S e p a r a t o r _ H u m a n R e a d a b l e T i m e F o r m a t ( )  
 {  
 	 r e t u r n   t h i s . s e p a r a t o r ;  
 }  
  
 / /   S e t s   t h e   c u r r e n t   s e p a r a t o r  
 f u n c t i o n   S e t S e p a r a t o r _ H u m a n R e a d a b l e T i m e F o r m a t ( s e p a r a t o r )  
 {  
         i f   ( n u l l   = =   s e p a r a t o r   | |   0   = =   s e p a r a t o r . l e n g t h )  
 	 {  
 	 	 r e t u r n ;  
 	 }  
  
 	 t h i s . s e p a r a t o r   =   s e p a r a t o r ;  
 }  
  
 / /   U s e d   t o   c r e a t e   a   H u m a n R e a d a b l e T i m e F o r m a t   o b j e c t  
 f u n c t i o n   H u m a n R e a d a b l e T i m e F o r m a t ( )  
 {  
 	 / /   - - p r i v a t e  
 	 t h i s . v a l u e 	 	 	 	 	 =   0 ;  
 	 t h i s . H R S 	 	 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . H R S _ M I N S 	 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . H R S _ M I N S _ S E C S 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . H R S _ M I N S _ S E C S _ M I L L S 	 =   t h i s . v a l u e + + ;  
 	 t h i s . c u r F o r m a t 	 	 	 	 =   t h i s . H R S _ M I N S ;  
 	 t h i s . s e p a r a t o r 	 	 	 	 =   ' : ' ;  
  
 	 / /   - - p u b l i c  
 	 t h i s . G e t C u r F o r m a t 	 	 	 =   G e t C u r F o r m a t _ H u m a n R e a d a b l e T i m e F o r m a t ;  
 	 t h i s . S e t C u r F o r m a t 	 	 	 =   S e t C u r F o r m a t _ H u m a n R e a d a b l e T i m e F o r m a t ;  
 	 t h i s . G e t S e p a r a t o r 	 	 	 =   G e t S e p a r a t o r _ H u m a n R e a d a b l e T i m e F o r m a t ;  
 	 t h i s . S e t S e p a r a t o r 	 	 	 =   S e t S e p a r a t o r _ H u m a n R e a d a b l e T i m e F o r m a t ;  
 }  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * *   E N D   -   H u m a n R e a d a b l e T i m e F o r m a t   * * * * * * * * * * * * * * * * * * * * * * * /  
  
  
  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   H u m a n R e a d a b l e T i m e   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
 / /   R e t u r n   a   r e f e r e n c e   t o   t h e   t i m e F o r m a t   m e m b e r  
 f u n c t i o n   G e t T i m e F o r m a t R e f _ H u m a n R e a d a b l e T i m e ( )  
 {  
 	 r e t u r n   t h i s . t i m e F o r m a t ;  
 }  
  
 / /   R e t u r n s   t h e   c u r e n t   t i m e   i n   a   h u m a n   r e a d a b l e   f o r m a t  
 f u n c t i o n   G e t T i m e _ H u m a n R e a d a b l e T i m e ( )  
 {  
 	 v a r   t i m e   =   n e w   D a t e ( ) ;  
  
 	 r e t u r n   t h i s . G e t T i m e E x ( t i m e ) ;  
 }  
  
 / /   R e t u r n s   t h e   t i m e   g i v e n   a s   a   p a r a m e t e r   i n   a   h u m a n   r e a d a b l e   f o r m a t  
 f u n c t i o n   G e t T i m e E x _ H u m a n R e a d a b l e T i m e ( t i m e )  
 {  
 	 v a r   s t r   =   ' ' ;  
 	 v a r   s e p a r a t o r   =   t h i s . t i m e F o r m a t . G e t S e p a r a t o r ( ) ;  
 	 v a r   h r s   =   t i m e . g e t H o u r s ( ) ;  
 	 v a r   m i n s   =   t i m e . g e t M i n u t e s ( ) ;  
 	 v a r   s e c s   =   t i m e . g e t S e c o n d s ( ) ;  
 	 v a r   m i l l s   =   t i m e . g e t M i l l i s e c o n d s ( ) ;  
 	  
 	 s w i t c h   (   t h i s . t i m e F o r m a t . G e t C u r F o r m a t ( )   )  
 	 {  
 	 	 c a s e   t h i s . t i m e F o r m a t . H R S :  
 	 	 {  
 	 	 	 s t r   + =   h r s ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 	 c a s e   t h i s . t i m e F o r m a t . H R S _ M I N S :  
 	 	 {  
 	 	 	 s t r   + =   h r s ;  
 	 	 	 s t r   + =   s e p a r a t o r ;  
 	 	 	 s t r   + =   m i n s ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 	 c a s e   t h i s . t i m e F o r m a t . H R S _ M I N S _ S E C S :  
 	 	 {  
 	 	 	 s t r   + =   h r s ;  
 	 	 	 s t r   + =   s e p a r a t o r ;  
 	 	 	 s t r   + =   m i n s ;  
 	 	 	 s t r   + =   s e p a r a t o r ;  
 	 	 	 s t r   + =   s e c s ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 	 c a s e   t h i s . t i m e F o r m a t . H R S _ M I N S _ S E C S _ M I L L S :  
 	 	 {  
 	 	 	 s t r   + =   h r s ;  
 	 	 	 s t r   + =   s e p a r a t o r ;  
 	 	 	 s t r   + =   m i n s ;  
 	 	 	 s t r   + =   s e p a r a t o r ;  
 	 	 	 s t r   + =   s e c s ;  
 	 	 	 s t r   + =   s e p a r a t o r ;  
 	 	 	 s t r   + =   m i l l s ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 }  
 	  
 	 r e t u r n   s t r ;  
 }  
  
  
 / /   U s e d   t o   c r e a t e   a   H u m a n R e a d a b l e T i m e   o b j e c t  
 f u n c t i o n   H u m a n R e a d a b l e T i m e ( )  
 {  
 	 / /   - - p r i v a t e  
 	 t h i s . t i m e F o r m a t 	 	 	 	 =   n e w   H u m a n R e a d a b l e T i m e F o r m a t ( ) ;  
 	  
 	 / /   - - p u b l i c  
 	 t h i s . G e t T i m e F o r m a t R e f 	 	 =   G e t T i m e F o r m a t R e f _ H u m a n R e a d a b l e T i m e ;  
 	 t h i s . G e t T i m e E x 	 	 	 	 =   G e t T i m e E x _ H u m a n R e a d a b l e T i m e ;  
 	 t h i s . G e t T i m e 	 	 	 	 =   G e t T i m e _ H u m a n R e a d a b l e T i m e ;  
 }  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * *   E N D   -   H u m a n R e a d a b l e T i m e   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
  
  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * *   H u m a n R e a d a b l e D a t e T i m e F o r m a t   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
 / /   R e t u r n s   t h e   c u r r e n t   D a t e T i m e   f o r m a t  
 f u n c t i o n   G e t C u r F o r m a t _ H u m a n R e a d a b l e D a t e T i m e F o r m a t ( )  
 {  
 	 r e t u r n   t h i s . c u r F o r m a t ;  
 }  
  
 / /   S e t s   t h e   c u r r e n t   D a t e T i m e   f o r m a t  
 f u n c t i o n   S e t C u r F o r m a t _ H u m a n R e a d a b l e D a t e T i m e F o r m a t ( f o r m a t )  
 {  
 	 i f   ( f o r m a t   <   0   | |   f o r m a t   > =   t h i s . v a l u e )  
 	 {  
 	 	 r e t u r n ;  
 	 }  
  
 	 t h i s . c u r F o r m a t   =   f o r m a t ;  
 }  
  
 / /   R e t u r n s   t h e   c u r r e n t   s e p a r a t o r  
 f u n c t i o n   G e t S e p a r a t o r _ H u m a n R e a d a b l e D a t e T i m e F o r m a t ( )  
 {  
 	 r e t u r n   t h i s . s e p a r a t o r ;  
 }  
  
 / /   S e t s   t h e   c u r r e n t   s e p a r a t o r  
 f u n c t i o n   S e t S e p a r a t o r _ H u m a n R e a d a b l e D a t e T i m e F o r m a t ( s e p a r a t o r )  
 {  
 	 i f   ( n u l l   = =   s e p a r a t o r   | |   0   = =   s e p a r a t o r . l e n g t h )  
 	 {  
 	 	 r e t u r n ;  
 	 }  
  
 	 t h i s . s e p a r a t o r   =   s e p a r a t o r ;  
 }  
  
 / /   U s e d   t o   c r e a t e   a   H u m a n R e a d a b l e D a t e T i m e F o r m a t   o b j e c t  
 f u n c t i o n   H u m a n R e a d a b l e D a t e T i m e F o r m a t ( )  
 {  
 	 / /   - - p r i v a t e  
 	 t h i s . v a l u e 	 	 	 	 	 =   0 ;  
 	 t h i s . D A T E 	 	 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . T I M E 	 	 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . D A T E _ T I M E 	 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . T I M E _ D A T E 	 	 	 	 =   t h i s . v a l u e + + ;  
 	 t h i s . c u r F o r m a t 	 	 	 	 =   t h i s . D A T E _ T I M E ;  
 	 t h i s . s e p a r a t o r 	 	 	 	 =   ' & n b s p ; & n b s p ; & n b s p ; ' ;  
  
 	 / /   - - p u b l i c  
 	 t h i s . G e t C u r F o r m a t 	 	 	 =   G e t C u r F o r m a t _ H u m a n R e a d a b l e D a t e T i m e F o r m a t ;  
 	 t h i s . S e t C u r F o r m a t 	 	 	 =   S e t C u r F o r m a t _ H u m a n R e a d a b l e D a t e T i m e F o r m a t ;  
 	 t h i s . G e t S e p a r a t o r 	 	 	 =   G e t S e p a r a t o r _ H u m a n R e a d a b l e D a t e T i m e F o r m a t ;  
 	 t h i s . S e t S e p a r a t o r 	 	 	 =   S e t S e p a r a t o r _ H u m a n R e a d a b l e D a t e T i m e F o r m a t ;  
 }  
  
 / * * * * * * * * * * * * * * * * * * * * * * *   E N D   -   H u m a n R e a d a b l e D a t e T i m e F o r m a t   * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
  
  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   H u m a n R e a d a b l e D a t e T i m e   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
 / /   R e t u r n s   a   r e f e r e n c e   t o   t h e   d a t e T i m e F o r m a t   m e m b e r   o b j e c t  
 f u n c t i o n   G e t D a t e T i m e F o r m a t R e f _ H u m a n R e a d a b l e D a t e T i m e ( )  
 {  
 	 r e t u r n   t h i s . d a t e T i m e F o r m a t ;  
 }  
  
 / /   R e t u r n s   a   r e f e r e n c e   t o   t h e   d a t e   m e m b e r   o b j e c t  
 f u n c t i o n   G e t D a t e R e f _ H u m a n R e a d a b l e D a t e T i m e ( )  
 {  
 	 r e t u r n   t h i s . d a t e ;  
 }  
  
 / /   R e t u r n s   a   r e f e r e n c e   t o   t h e   t i m e   m e m b e r   o b j e c t  
 f u n c t i o n   G e t T i m e R e f _ H u m a n R e a d a b l e D a t e T i m e ( )  
 {  
 	 r e t u r n   t h i s . t i m e ;  
 }  
  
 / /   R e t u r n s   t h e   d a t e t i m e   g i v e n   a s   a   p a r a m e t e r   i n   a   h u m a n   r e a d a b l e   f o r m a t  
 f u n c t i o n   G e t D a t e T i m e E x _ H u m a n R e a d a b l e D a t e T i m e ( d a t e T i m e )  
 {  
 	 v a r   s t r   =   ' ' ;  
 	 v a r   s e p a r a t o r   =   t h i s . d a t e T i m e F o r m a t . G e t S e p a r a t o r ( ) ;  
 	 v a r   d a t e   =   t h i s . d a t e . G e t D a t e E x ( d a t e T i m e ) ;  
 	 v a r   t i m e   =   t h i s . t i m e . G e t T i m e E x ( d a t e T i m e ) ;  
 	  
 	 s w i t c h   (   t h i s . d a t e T i m e F o r m a t . G e t C u r F o r m a t ( )   )  
 	 {  
 	 	 c a s e   t h i s . d a t e T i m e F o r m a t . D A T E :  
 	 	 {  
 	 	 	 s t r   =   d a t e ; 	  
 	 	 	 b r e a k ;  
 	 	 }  
 	 	 c a s e   t h i s . d a t e T i m e F o r m a t . T I M E :  
 	 	 {  
 	 	 	 s t r   =   t i m e ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 	 c a s e   t h i s . d a t e T i m e F o r m a t . D A T E _ T I M E :  
 	 	 {  
 	 	 	 s t r   =   d a t e   +   s e p a r a t o r   +   t i m e ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 	 c a s e   t h i s . d a t e T i m e F o r m a t . T I M E _ D A T E :  
 	 	 {  
 	 	 	 s t r   =   t i m e   +   s e p a r a t o r   +   d a t e ;  
 	 	 	 b r e a k ;  
 	 	 }  
 	 }  
 	  
 	 r e t u r n   s t r ;  
 }  
  
 / /   R e t u r n s   t h e   c u r r e n t   d a t e t i m e   i n   a   h u m a n   r e a d a b l e   f o r m a t  
 f u n c t i o n   G e t D a t e T i m e _ H u m a n R e a d a b l e D a t e T i m e ( )  
 {  
 	 v a r   d a t e T i m e   =   n e w   D a t e ( ) ;  
 	  
 	 r e t u r n   t h i s . G e t D a t e T i m e E x ( d a t e T i m e ) ;  
 }  
  
  
 / /   U s e d   t o   c r e a t e   a   H u m a n R e a d a b l e D a t e T i m e   o b j e c t  
 f u n c t i o n   H u m a n R e a d a b l e D a t e T i m e ( )  
 {  
 	 / /   - - p r i v a t e  
 	 t h i s . d a t e T i m e F o r m a t 	 	 	 =   n e w   H u m a n R e a d a b l e D a t e T i m e F o r m a t ( ) ;  
 	 t h i s . d a t e 	 	 	 	 	 =   n e w   H u m a n R e a d a b l e D a t e ( ) ;  
 	 t h i s . t i m e 	 	 	 	 	 =   n e w   H u m a n R e a d a b l e T i m e ( ) ;  
  
 	 / /   - - p u b l i c  
 	 t h i s . G e t D a t e T i m e F o r m a t R e f 	 =   G e t D a t e T i m e F o r m a t R e f _ H u m a n R e a d a b l e D a t e T i m e ;  
 	 t h i s . G e t D a t e R e f 	 	 	 	 =   G e t D a t e R e f _ H u m a n R e a d a b l e D a t e T i m e ;  
 	 t h i s . G e t T i m e R e f 	 	 	 	 =   G e t T i m e R e f _ H u m a n R e a d a b l e D a t e T i m e ;  
 	 t h i s . G e t D a t e T i m e E x 	 	 	 =   G e t D a t e T i m e E x _ H u m a n R e a d a b l e D a t e T i m e ;  
 	 t h i s . G e t D a t e T i m e 	 	 	 =   G e t D a t e T i m e _ H u m a n R e a d a b l e D a t e T i m e ;  
 }  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * *   E N D   -   H u m a n R e a d a b l e D a t e T i m e   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
  
  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * * * * *   H u m a n R e a d a b l e D a t e T i m e D I V   * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
  
 / /   C a l l e d   t o   i n i t i a l i z e   t h e   o b j e c t  
 f u n c t i o n   O n I n i t _ H u m a n R e a d a b l e D a t e T i m e D I V ( d i v I D )  
 {  
         i f   ( n u l l   = =   d i v I D   | |   0   = =   d i v I D . l e n g t h )  
 	 {  
 	 	 r e t u r n ;  
 	 }  
 	  
 	 t h i s . d i v E l e m   =   d o c u m e n t . g e t E l e m e n t B y I d ( d i v I D ) ;  
 }  
  
 / /   R e t u r n   t h e   r e f e r e n c e   t o   t h e   d i v E l e m   m e m b e r   o b j e c t  
 f u n c t i o n   G e t D i v E l e m R e f _ H u m a n R e a d a b l e D a t e T i m e D I V ( )  
 {  
 	 r e t u r n   t h i s . d i v E l e m ;  
 }  
  
 / /   R e t u r n   t h e   d e l a y   b e t w e e n   l o o p s  
 f u n c t i o n   G e t D e l a y _ H u m a n R e a d a b l e D a t e T i m e D I V ( )  
 {  
 	 r e t u r n   t h i s . d e l a y ;  
 }  
  
 / /   S e t s   t h e   d e l a y   b e t w e e n   l o o p s  
 f u n c t i o n   S e t D e l a y _ H u m a n R e a d a b l e D a t e T i m e D I V ( d e l a y )  
 {  
 	 i f   ( d e l a y   <   1 )  
 	 {  
 	 	 r e t u r n ;  
 	 }  
  
 	 t h i s . d e l a y   =   d e l a y ;  
 }  
  
 / /   R e t u r n   t h e   r e f e r e n c e   t o   t h e   h r D T   m e m b e r   o b j e c t  
 f u n c t i o n   G e t H r D T R e f _ H u m a n R e a d a b l e D a t e T i m e D I V ( )  
 {  
 	 r e t u r n   t h i s . h r D T ;  
 }  
  
 f u n c t i o n   F i l l D a t e T i m e _ H u m a n R e a d a b l e D a t e T i m e D I V ( )  
 {  
 	 t h i s . d i v E l e m . i n n e r H T M L   =   t h i s . h r D T . G e t D a t e T i m e ( ) ;  
 }  
  
 / /   G l o b a l   f u n c t i o n   f o r   t h e   l o o p  
 f u n c t i o n   S h e a k y _ S t a r t _ H u m a n R e a d a b l e D a t e T i m e D I V ( )  
 {  
 	 w i n d o w . h u m a n R e a d a b l e D a t e T i m e D I V R e f . F i l l D a t e T i m e ( ) ;  
 	  
 	 w i n d o w . s e t T i m e o u t ( w i n d o w . S h e a k y _ S t a r t _ H u m a n R e a d a b l e D a t e T i m e D I V ,   w i n d o w . h u m a n R e a d a b l e D a t e T i m e D I V R e f . G e t D e l a y ( ) ) ;  
 }  
  
 / /   C a l l e d   t o   s t a r t   s h o w i n g   t h e   D a t e T i m e   o b j e c t  
 f u n c t i o n   S t a r t _ H u m a n R e a d a b l e D a t e T i m e D I V ( )  
 {  
 	 w i n d o w . h u m a n R e a d a b l e D a t e T i m e D I V R e f 	 	 	 	 =   t h i s ;  
 	 w i n d o w . S h e a k y _ S t a r t _ H u m a n R e a d a b l e D a t e T i m e D I V 	 =   S h e a k y _ S t a r t _ H u m a n R e a d a b l e D a t e T i m e D I V ;  
 	  
 	 w i n d o w . S h e a k y _ S t a r t _ H u m a n R e a d a b l e D a t e T i m e D I V ( ) ;  
 }  
  
 / /   U s e d   t o   c r e a t e   a n   H u m a n R e a d a b l e D a t e T i m e D I V   o b j e c t  
 f u n c t i o n   H u m a n R e a d a b l e D a t e T i m e D I V ( d i v I D )  
 {  
 	 / /   - - p r i v a t e  
 	 t h i s . d i v E l e m 	 	 	 =   n u l l ;  
 	 t h i s . d e l a y 	 	 	 	 =   1 0 0 0 ;  
 	 t h i s . h r D T 	 	 	 	 =   n e w   H u m a n R e a d a b l e D a t e T i m e ( ) ;  
 	  
 	 / /   - - p u b l i c  
 	 t h i s . G e t D i v E l e m R e f 	 	 =   G e t D i v E l e m R e f _ H u m a n R e a d a b l e D a t e T i m e D I V ;  
 	 t h i s . G e t D e l a y 	 	 	 =   G e t D e l a y _ H u m a n R e a d a b l e D a t e T i m e D I V ;  
 	 t h i s . S e t D e l a y 	 	 	 =   S e t D e l a y _ H u m a n R e a d a b l e D a t e T i m e D I V ;  
 	 t h i s . G e t H r D T R e f 	 	 	 =   G e t H r D T R e f _ H u m a n R e a d a b l e D a t e T i m e D I V ;  
 	 t h i s . F i l l D a t e T i m e 	 	 =   F i l l D a t e T i m e _ H u m a n R e a d a b l e D a t e T i m e D I V ;  
 	 t h i s . S t a r t 	 	 	 	 =   S t a r t _ H u m a n R e a d a b l e D a t e T i m e D I V ;  
 	 / / - - p r i v a t e  
 	 t h i s . O n I n i t 	 	 	 	 =   O n I n i t _ H u m a n R e a d a b l e D a t e T i m e D I V ;  
  
  
 	 t h i s . O n I n i t ( d i v I D ) ;  
 }  
  
 / * * * * * * * * * * * * * * * * * * * * * * * * * *   E N D   -   H u m a n R e a d a b l e D a t e T i m e D I V   * * * * * * * * * * * * * * * * * * * * * * * * * * * /  
 
