I attached a link to one of my works in which I compare 6 different predictive models for forecasting hourly water demand. One of the models I explained is based on ANNs. All the models are implemented by using R libraries also briefly explained in the paper. Hope this help.
Cheers!
Article Predictive models for forecasting hourly urban water demand
I want to use want to commodity seasonal prices in June, July and August to forecast manufactured product. I can use other ANN. But how can i use ANN time series.
The numerous literature links given should get you through, however, I think it depends how you formulate your problem. If you make your training data such that, the input leads the output by certain period interval. Then given a training set, your model will be predicting future quantities right.