<% dim monthNames(12) monthNames(1)="Jan" monthNames(2)="Feb" monthNames(3)="Mar" monthNames(4)="Apr" monthNames(5)="May" monthNames(6)="Jun" monthNames(7)="Jul" monthNames(8)="Aug" monthNames(9)="Sep" monthNames(10)="Oct" monthNames(11)="Nov" monthNames(12)="Dec" %> Local Agro Commodities - MEX Nepal Limited: Online Commodities and Metal Trading in Nepal
<% dim vdateVal DIM sqlStr1p set dbconn=getDB() icn=1 Set rs1p = Server.CreateObject("ADODB.Recordset") rs1p.cursortype=3 if Request.form("hidDate")<>"" then sqlStr1p = "select *, convert(varchar(11),entry_date,113) as display_date from wholesale where entry_date = '"& Request.form("hidDate") &"' and view_status=1 order by commodityeng asc" rs1p.Open sqlStr1p, dbconn else sqlStr1p = "select *, convert(varchar(11),entry_date,113) as display_date from wholesale where entry_date = (select max(entry_date) from wholesale where view_status=1) and view_status=1 order by commodityeng asc" rs1p.Open sqlStr1p, dbconn end if if rs1p.recordcount<>0 then vdatecal=FormatDateMDYYYY(CDate(rs1p("display_date")),"/") vdatedisp=split(vdatecal,"/") else vdatecal=Request.Form("hidDate") vdatedisp=split(Request.form("hidDate"),"/") end if %>
» Market Data » Local Agro Commodities
Local Agro Commodities

Market Data » Local Agro Commodities

 
 Daily Wholesale Selling Price Bulletin

<% if rs1p.recordcount<>0 then While not rs1p.EOF %> <% icn=icn+1 rs1p.MoveNext wend %> <% else %> <% end if %>
S.No. Name of Commodity Unit नेपालीनाम Minimum Maximum Average
<%=icn%> <%=rs1p("commodityeng")%> <%=rs1p("unitprice")%> <%=rs1p("commdity")%> <%=rs1p("pricemin")%> <%=rs1p("pricemax")%> <%=rs1p("priceave")%>
No data updated
Courtesy: Kalimati Fruits & Vegetables Market Development Board
 
 
<% Function FormatDateMDYYYY(value,delimit) FormatDateMDYYYY=Month(value) & delimit & Day(value) & delimit & Year(value) End Function %> <% Function GetDate(value) GetDate=FormatDateMDYYYY(DateAdd("d",value, CDate(vdatedisp(1) & "-" & MonthName(vdatedisp(0),True) & "-" &vdatedisp(2))) ,"/") End Function %>