Use Fn_Get_Orders To Get Orders Between Two Dates

Could someone please explain how I can use fn_get_orders to get all orders between 2 dates?

Sure, use 3 additional parameters

period => 'C'

time_from => // timestamp in unix format

time_to => // timestamp in unix format

Sure, use 3 additional parameters

period => 'C'

time_from => // timestamp in unix format

time_to => // timestamp in unix format

Great thanks, I'll give this a try.