<%= form_tag({:action=>'create'} ,:multipart=>true ) do %>
<%= render "layouts/portlet-config" %> <%= render "layouts/theme-panel" %> <% if flash[:error] %>
× <%= flash[:error] %>
<% end %> <%= render "layouts/breadcrumbs" %>
  Machine No
 
 
 
<% if @installprocess.length >0 @installprocess.each do |departs| %> <% end end %>
Install Date Duplicate Punch Action
<% mdate = '' if departs.imd_date_install!=nil && departs.imd_date_install!='' dt = Date.parse(departs.imd_date_install.to_s) mdate = dt.strftime("%d-%b-%Y") end %> <%=mdate%> <% mtimes = '' if departs.imd_dup_punch!=nil && departs.imd_dup_punch!='' tims = Time.parse(departs.imd_dup_punch.to_s) mtimes = tims.strftime("%I:%M") end %> <%=mtimes%>
<% end %>